Home > Archive > Scheme > June 2007 > reference implementation for SRFI 72
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
reference implementation for SRFI 72
|
|
| DETmaMMut@gmx.de 2007-06-04, 7:08 pm |
| 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
| |
| Raffael Cavallaro 2007-06-04, 7:08 pm |
| On 2007-06-04 09:21:50 -0400, DETmaMMut@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
| |
| DETmaMMut@gmx.de 2007-06-04, 7:08 pm |
|
Raffael Cavallaro schrieb:
> On 2007-06-04 09:21:50 -0400, DETmaMMut@gmx.de said:
>
>
> Try:
> <http://www.het.brown.edu/people/andre/macros/>
>
> for a start
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
|
|
|
|
|