chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] simple macroexpand query


From: Greg Buchholz
Subject: Re: [Chicken-users] simple macroexpand query
Date: Thu, 12 May 2005 11:51:28 -0700
User-agent: Mutt/1.4.2.1i

Dale Jordan wrote:
> Greg Buchholz wrote:
> >    I'm trying tying to get "macroexpand" to do something useful, but
> >    I
> >seem to be failing, and...
> 
> I'm not familiar with macroexpand, but try the ,x command in csi.
> #;> ,x (test 0)
> (if (= '0 '0) 'zero 'not)

    Thanks for the tip.  I also discovered that...

(display (macroexpand '(test 2)))

...works perfectly like I'd expect it to when using the interpreter, but
doesn't work the same with the compiler.  Is that the was it's supposed
to be?

Thanks,

Greg Buchholz





reply via email to

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