chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] How to use the simple-macros egg?


From: felix winkelmann
Subject: Re: [Chicken-users] How to use the simple-macros egg?
Date: Mon, 12 Dec 2005 07:56:08 +0100

On 12/7/05, Andrew Wilcox <address@hidden> wrote:
> For instructions on how to use the simple-macros implementation,
> http://www.call-with-current-continuation.org/eggs/simple-macros.html
> says merely:
>
> > Usage:
> > (require-extension simple-macros)
>

Additionally, you have to load and import the syntax-case
module:

(require-module syntax-case-module)
(import-for-all syntax-case)   ; <- ...-for-all needed to make it available at
                               ; expansion time

A srfi-83 port by Andre (mostly) and me (a little) is currently in the work,
which includes the macro system developed by Andre. So consider
simple-macros obsolete in the near future...

Sorry for the pitiful state of the documentation, but as I said, it's
pretty much work in progress.


cheers,
felix




reply via email to

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