chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] hart and syntax-case won't play nice. :(


From: Robin Lee Powell
Subject: Re: [Chicken-users] hart and syntax-case won't play nice. :(
Date: Sat, 15 Mar 2008 12:40:49 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Sat, Mar 15, 2008 at 03:37:20PM -0400, Graham Fawcett wrote:
> On Sat, Mar 15, 2008 at 3:24 PM, Graham Fawcett
> <address@hidden> 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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]