Optimizing syntax-quote
Optimizing syntax-quote
Optimizing syntax-quote
https://blog.ambrosebs.com/2025/04/20/optimizing-syntax-quote.html
Syntax-quote in Clojure is an expressive reader macro for constructing syntax. The library backtick demonstrates how to write syntax-quote as a macro. Both approaches are ripe for optimization—take these programs that both evaluate to []: '`[] ;=...