logo       

Re: How to use the simple-macros egg?: msg#00037

lisp.scheme.chicken

Subject: Re: How to use the simple-macros egg?

On 12/7/05, Andrew Wilcox <awilcox@xxxxxxxxxxxxxxxxx> 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


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise