This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.
Clojure’s macro system is a little tricky to work with (at least for me), but it’s also quite powerful. Being able to rewrite the languages AST at compile time is really cool, and the fact that Clojure’s syntax is just the data structures that normal Clojure code operate on makes writing macros a breeze (at least compared to, say, Rust or Javascript). Clojure’s macro…
Read on /posts/2019/12/15/interesting-clojure-macro-interaction/ ↗
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.