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



jostobfe@calvados.zrz.tu-berlin.de writes:
> 
> 
> (define a 1)
> (define* p 2) ; same as "define-public"

A quick comment - could you please not use define* for this purpose? I
already use define* in my optional arguments package for Guile as a
version of define which supports keyword and optional
arguments. Although my package is in no way official (and probably
would not at present interopertate with your module system), it would
be nice to avoid a namespace collision.

 - Maciej