Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
aidenn0
6096 days ago |
link
|
parent
What's wrong with just using gensym?
1 point
by
drcode
6096 days ago |
link
you can't for this specific problem, where functions are being called from an expanded macro and are shadowed by a local variable- look at the examples in the post.
-----
3 points
by
lisper
6096 days ago |
link
There are two name capture problems. Gensym solves the other one. :-)
-----