|
Re: How to use the simple-macros egg?: msg#00037lisp.scheme.chicken
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> |
|---|---|---|
| Previous by Date: | Re: zobjc egg: 00037, felix winkelmann |
|---|---|
| Next by Date: | Re: CMakeLists.txt CYGWIN vs. CMAKE_COMPILER_IS_GNUCC: 00037, Brandon J. Van Every |
| Previous by Thread: | How to use the simple-macros egg?i: 00037, Andrew Wilcox |
| Next by Thread: | CMakeLists.txt from darcs doesn't work: 00037, Brandon J. Van Every |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |