chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] require-extension and the compiler


From: felix winkelmann
Subject: Re: [Chicken-users] require-extension and the compiler
Date: Tue, 27 Sep 2005 08:27:25 +0200

On 9/27/05, Shawn Rutledge <address@hidden> wrote:

> > To have a fully compiled, custom interpreter with non-standard
> > syntax, put
> >
> > (declare (run-time-macros))
> > (include "chicken-more-macros")
>
> This seems to work, thanks.  What are the disadvantages of doing it
> this way as opposed to running it in csi?

None, in fact I would prefer csi. What you get is a self-contained
executable, though.


cheers,
felix




reply via email to

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