Next: , Previous: , Up: stdlib   [Index]


5.12 Syntax–case

The (rnrs syntax-case (6)) library provides support for writing low–level macros in a high–level style, with automatic syntax checking, input destructuring, output restructuring, maintenance of lexical scoping and referential transparency (hygiene), and support for controlled identifier capture.