On Sat, Mar 15, 2008 at 03:37:20PM -0400, Graham Fawcett wrote: > 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.
Well, the macro *I'm* working with is short *and* simple, so I might just try making it low-level. Anybody got a good define-macro tutorial? -Robin -- Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo Proud Supporter of the Singularity Institute - http://singinst.org/ http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/ _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
