On 05/31/2015 08:50 AM, John Cowan wrote: > The (declare (uses a)) precedes the module system as a method of code > organization.
Oh /that/'s why it appears redundant. >> Do modules have to be named after libraries? > > No, but "use" relies on it. Of course, so you could (require-library srfi-27) then (import srfi-27-numbers) if you wanted to get at the (internal undocumented likely to break please don't do this) module for some reason. That makes sense, thanks! > In R7RS mode, the rules are different: Well, obviously yeah. _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
