() Clinton Ebadi <[EMAIL PROTECTED]>
() Thu, 04 Oct 2007 13:14:22 -0400

   I would prefer something with the syntax 

   #:use-modules ((a b c) 
                  ((d e f) #:select (x y z)))

that was actually my first inclination.  i suppose this way there is
also a better congruence in the differences:

 r6rs-export  :  guile-export  ::  r6rs-import  :  guile-use-modules

 (export ...)    #:export (...)    (import ...)    #:use-modules (...)

it still differs from (use-modules ...), the top-level macro, though.

probably true sugar-rush madness would be to accomodate both styles:
recognize both `#:import (X Y Z)' and `#:use-modules X Y Z'.  hmmm.

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to