Y
Hacker News
new
|
ask
|
show
|
jobs
by
NhanH
4001 days ago
Scheme macro is hygienic, which make certain type of macro impossible to be done (those that capture itself). Also depend on who you ask, hygienic macro is slightly more annoying to use.
1 comments
kenko
4001 days ago
syntax-rules macros can break hygiene:
http://okmij.org/ftp/Scheme/macros.html#dirty-macros
link