|
|
|
|
|
by Johnny_Brahms
3180 days ago
|
|
The simplest way would probably be to implement explicit and implicit renaming macro transformers. They are found in many schemes and are quite a bit simpler than the syntax case you linked to. Then you can just glue parts of ashinn's match.scm on top of it for the pattern matching. There is also a srfi for an improved hygiene low level macro facility that is rather elegant. Can't remember the number though. 70-something. |
|