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: felix winkelmann
Subject: Re: [Chicken-users] simple macroexpand query
Date: Fri, 13 May 2005 07:40:12 +0200

On 5/12/05, Greg Buchholz <address@hidden> wrote:

>[...]

After compilation, the macros are already expanded, so (as Graham
remarks), the macro will not be available during run-time.
What you can do, though, is to add a 

(declare (run-time-macros))

to your code (then the macros are also available at run-time), but note
that this doesn't work for highlevel (i.e. syntax-case) macros.


cheers,
felix




reply via email to

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