This library provides define-syntax, implementing the
syntax-rules high-level macro system from the appendix
of
. Macros definitions using define-syntax are
translated into equivalent define-macro expressions;
however, the translated macros contain the following free
identifiers (the macro defintions contain these expressions,
not the expansions of applied macros):
This library was contributed by Shriram Krishnamurthi, working from Dorai Sitaram's implementation.