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 17:11:38 -0700
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

On Sun, Mar 16, 2008 at 12:56:06AM +0100, Leonardo Valeri Manera
wrote:
> On 16/03/2008, Robin Lee Powell <address@hidden>
> wrote:
> > Should I just use one of those, then?  Do they define
> > syntax-rules?
> 
> Yup. Any one of those 3 defines syntax-rules.

Ha!  That does it.  (use hart), then (use riaxpander), then:

(define-syntax p-tr
  (syntax-rules
    ()
    [(p-tr stuff)
     (p (@ (class "foo")) (text: (ctr stuff)))]))

then my code with p-tr in it works fine.

Thanks all!

-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]