Archive for October, 2014

Clojure Macro Explorations: cond->

Sunday, October 26th, 2014

Some notes I’ve taken on my journey to really understand Clojure macros. Today I basically walked through the cond-> macro in clojure.core, and these are my notes as I figured out how it works.

(more…)