Does there exist a reference implementation of the Scheme macro system? That is, an open source implementation of RxRS macros, that's written in portable Scheme rather than in terms of compiler internals?
Asked
Active
Viewed 56 times
1 Answers
2
There's no reference implementation, but a portable implementation used by many Scheme systems is psyntax.

C. K. Young
- 219,335
- 46
- 382
- 435