clojure
clojure copied to clipboard
Explaining macros
Using examples from clojure.core
defn
when cond (as alternatives to if)
using macro-expand-1 and macro-expand-all to show the results of expanding macro.