0

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?

rwallace
  • 31,405
  • 40
  • 123
  • 242

1 Answers1

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