This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A new module system for Guile



humeniuw@cadvision.com writes:
> Optimally I would like if the analogy:
> 
> (quote hello)  <----------->  'hello
> (module-var h p) <------------> #:h:p or #/h/p  (for example)
> 
> was followed. :)
> 

#: is already used for keywords. #/ is already used as a syntax for
lists of symbols, which is a deprecated way of specifying module
names. Yay, namespace collisions! But supposedly the old meaning of #/
will go away by 1.4.

 - Maciej