• Clojure na web - Compojure/Hiccup/Sandbar/Leiningen (here, via @paulosuzart) -- If Portuguese is your thing, this is an article about building web applications with Clojure.
  • Taking Uncle Bob to school - A few words on idiomatic Lisp/Clojure in the Orbit Sim by @unclebobmartin (here, via @LauJensen) -- Lau cleans Uncle Bob's Orbit code, making it more idiomatic. Bob Martin has been promoting Clojure in his keynotes, going as far as to saying that this language is the future.
  • Object Oriented Programming in JavaScript and Clojure (here, via @codechef) -- A first in a series of articles by David Nolen, in which he will explore the Object Orientation capabilities of both JavaScript and Clojure. This first installment talks about type information.  Here is a follow up that covers prototype-based inheritance in JavaScript.
  • Creating a Quadrotor autopilot with Clojure & Flight Simulator (here, via @hntweets) -- From the most creative clojure blogger, Nurullah Akkaya, here is an article about building a Quadrotor autopilot against a flight simulator instead of the real thing (those machines are not cheap, and bugs in the autopilot can be costly). Of course this is all in Clojure. This article covers the building of a proportional stabilizer.