• Conj Labs goes to Frankfurt 26-28/10! Learn #clojure with @LauJensen and me (here, via @cgrand) -- In Europe? You can also lean from the pros.
  • Learning to switch from (a) common #lisp to idiomatic #clojure (here, via @edgargoncalves) -- This is a good article to show to a lisper that wonders what people mean when they talk about "idiomatic clojure".It walks the reader through the process of transforming a very Common-lispy function to a more idiomatic Clojure one.
  • Why Clojure? (here, via @unclebobmartin) -- Bob Martin has been touting Clojure for a while, sometime very publicly like in the last RailsConf keynote. In this article he explains his reasons for choosing Clojure, both over imperative languages and over other functional languages. Bob has been doing an excellent job and convincing large numbers of developers to give a try to Functional Programming in general and Clojure in particular. (I registered more than 200 retweets for his tweet, for example.)
  • Micro languages in Clojure - part 2 (here, via @wilig) -- More on writing DSLs in Clojure. In the previous article the author introduced to a full DSL for generating SQL queries. This new installment covers some new features for this DSL: variable binding and nesting of expressions.
  • Arkham, a clojure interpreter (here, via @hiredman_) -- "lisp interpreter with clojure like semantics". Funny how instead of 'eval', you have 'evil' :)