This is really neat and very straightforward. I have one question so far. The core units (srfi-1.scm) have associated import libraries (srfi-1.import.scm) but they are not wrapped in module definitions. So when used, their definitions are automatically visible at toplevel, in addition to being importable into module namespaces.
I was curious if this was temporary behavior or if this is intended. On 5/23/08, felix winkelmann <[EMAIL PROTECTED]> wrote: > Hi, folks! > > > Please find some initial documentation about the new module > system and explicit renaming macros here: > > https://chicken.wiki.br/svn/chicken-eggs/chicken/branches/hygienic/manual/Modules%20and%20macros > > (user anonymous, password empty, as usual) > > Feedback is welcome. I'm not sure on the module syntax, but found > this one (taken from psyntax) to be relatively natural and simple. > Different naming and syntax are still possible, of course. > > > cheers, > felix > > > _______________________________________________ > Chicken-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/chicken-users > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
