| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
R5RS hygienic macro is based on a special pattern language, and guaranteed that no "variable capture" occurs. "Variable catpture" means that if you insert new variable bindings in the expanded form, the new bindings shadows the bindings in the form passed to the macro.