• Land of Lisp's Conrad Barski M.D. speaking on Clojure (11/18 - DC/VA/MD) -- please pass along (here, via @fogus) -- me jealous. Here's the land of lisp book.
  • Presentation:Clojure's Solutions to the Expression Problem (here, via @infoq) -- This is the video (synchronized with the slides) of Chris Houser's presentation at Strange Loop 2010. This presentation was very well received, judging by the amount of positive tweets. Here are the slides.
  • Video: Talk about Clojure, NoSQL-Databases, Functional-Style JavaScript, HTML5 for TheDeadline (here, via @smartrevolution) -- A fun talk by one of the guys behind thedeadline.com
  • ANN: clojure-maven-plugin 1.3.6 (here, via @talios)
  • Beware the unnamed seq in clojure (here, via @kotarak) -- What is the better/faster way to test if a data structure is empty? seq? Yes. An no. Not always at least.