Macro Macros
This is a follow up to my recent posts on Domain Specific Languages (DSLs) for database queries in Clojure , and different quoting forms in Clojure…
Tech news from the best sources
This is a follow up to my recent posts on Domain Specific Languages (DSLs) for database queries in Clojure , and different quoting forms in Clojure…
In my last post I discussed DSLs for database querying in Clojure . These typically take the form of data structures. I also discussed how some quer…
Before reading this : I'd recommend skimming Part 3's "Two-Phase Design" and "Block Scanner" sections to understand how the scanner outputs []Block…