- This is handy if you're coming from Ruby to Clojure (via @edham_arief) Mapping of Ruby methods to Clojure functions. Please note that this is an old gist, and some of the Clojure functions defined(e.g. remove) are now directly available in clojure.core.
- A Must Read for FP junkies - Concrete Abstractions: An Introduction to Computer Science Using Scheme (via @conikeec) The book is a bit dated, but the explanations of core CS topics are very accesible, with an emphasis on functional programming.