On Wed, Jul 16, 2008 at 11:38 PM, Jim Ursetto <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 4:39 AM, felix winkelmann <[EMAIL PROTECTED]> wrote: >> I have tried to improve the usability of the module system and exported >> macro definitions now fully close over their lexical environment. > > Does this work for imported bindings as well? For example, I imported > begin0 from miscmacros, which itself imports the scheme module and > makes use of 'apply'. However, I can't see 'apply' without manually > importing scheme.
Apparently, the full closure works only for locally defined entities. I think this case could be called "support for indirect re-exports". Working on it. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
