|
|
|
|
|
by shawn_w
331 days ago
|
|
I think you got your wires crossed. R5 and R7 only have `syntax-rules` macros. R6 has both (`syntax-rule` can be trivially defined as a `syntax-case` macro). R6 having `syntax-case` macros is one of the more controversial things about it; a surprising number of implementers don't care for them. |
|
https://www.scheme.com/tspl4/syntax.html#./syntax:h3