read


read
or learn more

Fun.js – Bilby.js

Jun 4, 2013

I’ve written a book entitled Functional JavaScript due out in print sometime in June 2013. In the book I introduce and explore various techniques for writing code in a functional style using the Underscore library. As much as I would have loved to delve into the ecosystem of functional JS libraries, I didn’t want to […]

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