Hacker News new | ask | show | jobs
by lispm 3231 days ago
quasi-quotation is an unrelated feature in Lisp. It's there to build list structures from templates. Using templates in macros is sometimes helpful, sometimes not.
1 comments

In Template Haskell quasi-quotation is how one would add new syntax, but it's not necessary either if all that is required is macro expansion.