|
|
 |
 |
 |
 |
Scheme Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
reference implementation for SRFI 72
Hello, I'm searching for the reference implementation of "SRFI 72: Hygienic macros.". The page linked from the SRFI document is not valid anymore : ( I'm also interested in the older implementations of Andre van Tonders Macro System, when it was called "Simpler Hygienic Macros and Simpler Modules" or "Portable macro and modules". If you know if these can be found on the internet i would be happy to get pointed there. Thanks, Slom
On 2007-06-04 09:21:50 -0400, DETmaM@gmx.de said: > If you know if these can be found on the internet i would be happy to > get pointed there.
Try: <http://www.het.brown.edu/people/andre/macros/> for a start
Raffael Cavallaro schrieb: Yeah, i know that site, but this is only the version of the expander with the r6rs syntax-case and library system. I'm not sure if this can still be considered the reference implementation for srfi 72. I was mainly interested in the "simpler macros" part of the old implementations, which is not available anymore on the site you gave. Thank you anyway :) In case someone else is seaching, i have found an version in the chicken eggs repository, but it is marked deprecated, and i suspect it will go. Cheers Slom
|
 |
 |
 |
 |
|