• Clojure: Deriving the Y Combinator in 7 Stolen Steps (here, via @ajlopez) -- Inspired by "The Little Schemer", this article does what the title says it does. This is the Y Combinator, if you were wondering... Y = λf·(λx·f (x x)) (λx·f (x x))
  • Going to self-publish it and make the ebook freely available. (via @IORayne) -- This is about the tweet yesterday saying that @IORayne already wrote 63 pages of a Clojure book. This morning the number went up to 71 :)
  • Conj video posted! @levanderhart, "Clojure Zippers" (here, via @clojure_conj) -- Everything you wanted to know about zippers but were afraid to ask.
  • #arduino and #clojure bootstrap log: impossible to overstate how cool this is with #swank in the mix (here, via @tvachon) -- Using Nakkaya's cloduino library to interface with Arduino, now that is a toy that makes a kid our age drool! This article is a step-by-step log on how to setup your clojure rig to talk to an arduino board (and make lights blink... oooohh! pretty!!!!)