On Wed, Oct 1, 2008 at 11:27 PM, Jörg F. Wittenberger <[EMAIL PROTECTED]> wrote: > Hi Felix (and all), > > I appreciate the work, which went into hygienic chicken. It's probably > time for me to eventually learn to write hygienic macros.
It's not that hard. Just keep things simple. :-) > > But there's one feature I already miss in chicken: -check-imports. I > really, really loved to get alerted when I miss or misspell a > declaration. Recently this was actually the primary feature I used > chicken for. Can we get that one back or is it gone forever? If you use modules, you will get comparable warnings. The module system provides more information to the compiler to check for references to undefined/unimported bindings cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
