[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
24.2 Revised(5) macro expansion
Bigloo support the Revised(5) Report on the Scheme programming language. For a detailed documentation see See (R5RS)r5rs.info.
- syntax: let-syntax (binding…) body
- syntax: letrec-syntax (binding…) body
- syntax: define-syntax keyword transformer
- syntax: syntax-rules literals rule…
These three forms are compatible with the description of the Revised(5) Report on the Algorithmic Language Scheme.
Implementation Note: Current Bigloo does not ensure hygiene for
let-syntax
andletrec-syntax
. Hygienic expansion is only guaranteed fordefine-syntax
.
This document was generated on March 31, 2014 using texi2html 5.0.