Hacker News new | ask | show | jobs
by vindarel 33 days ago
The trap is using quote, with the list operator there are no issues:

    (defparameter *a* (list 1 2 3))
and of course, mutating top-level variables is bad style.