On Sat, Mar 15, 2008 at 3:24 PM, Graham Fawcett <[EMAIL PROTECTED]> wrote: > The main macro in Hart is ridiculously small. Hart-support (the > non-macro code) does all the work: > > (define-macro (hart . forms) > `(noop ,(apply hart-parse forms))) > > That should be trivial to translate into any macro system.
Hm, on second thought, I probably shouldn't assume that just because a macro is short, it would be trivial to translate into another system. Graham _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
