Hacker News new | ask | show | jobs
by shiggerino 4005 days ago
No need for a special metaprogramming DSL, macros are written in plain Common Lisp. Hygiene is a non-issue since you have the GENSYM function which gives you a new symbol guaranteed to be unique.