On Sun, Mar 15, 2009 at 12:31 PM, Tobia Conforto <[email protected]> wrote: > felix winkelmann wrote: >> >> Sorry, but this does not work. An identifier introduced by a previous >> (hygienic) macro expansion will not be correctly expanded. > > Does this mean that you can't mix define-macro macros (with my definition) > and syntax-rules macros, or that two or more define-macro macros won't work > together?
The former, which includes the default Scheme syntax definitions. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
