read


read
or learn more

Monkeying with Clojure’s defmethod Macro

Aug 10, 2010 some comments

I’ve at times found the need to use the precise match form of Clojure’s multimethod dispatch value — so created a macro to make it a little easier.

Continue