• Ah, now we're talking. Lego Mindstorms + Clojure (here, via @weakreference) -- Control your Lego Mindstorms NXT contraption via Clojure with this clojure wrapper to Robust, a java library to communicate to Lego Mindstorms.
  • My tribute to Steve Ballmer, demonstrating Clojure macros (here, via @LauJensen) -- In this very creative project, Lau Jensen provides an introduction to writing macros in clojure as a way to simplify interaction with Java. A fun article, even if you are already very familiar with macros :)
  • Google protocol buffers for clojure (here, via @stilkov) -- Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. Now you have an easy way to use these protocol buffers directly from clojure.
  • The 1.0 release of #Incanter uses Clojure 1.1, and the master branch on Github has migrated to Clojure 1.2 (here, via @liebke) -- Congratulations!
  • Написал машинку Тьюринга на #Clojure (here, via @zahardzhan) -- Yes, I do now translate automatically all sort of tweets using Google Translate, but I'll tell you more about it later this week. In the meantime, this post reads "Posted a Turing Machine in Clojure". The code is short enough!