|
|
|
|
|
by lisper
4325 days ago
|
|
If you want foo to be interpreted as a form just wrap it in a progn. (Personally, I think it's very bad practice to use a symbol macro that expands to anything other than a place, and it's certainly bad practice to define a symbol macro that expands to a form with side-effects. So this would never happen in my code. YMMV of course.) |
|