• Lets see if we (#cake #lein #polyglot-maven) can work together in the small land of #clojure (here, via @LauJensen) -- A proposal for a unified spec to define how clojure projects are to be built. The idea would be that the three build tools mentioned would agree on a single format.
  • Hiccup-bridge convert Hiccup to html, html to hiccup (here, via @fatrow)
  • Finally have some time to start adding examples to the Trammel repo (here, via @fogus) -- Trammel is a Contracts Programming library for clojure. These examples help understand how this library is to be used.
  • JNA wrapper for ZMQ (here, via @planetclojure) -- ZeroMQ is becoming quite popular lately. The problem for everyone in the JVM environment is that the libraries to access ZMQ are in C. This article is about building a Java wrapper for ZeroMQ so that it can be used with Clojure.
  • Oracle job posting for Java team: "understanding of the Java programming language, functional languages (Scala, Clojure)" (here, via @ijuma) -- Interesting! Does that mean that they are looking into making JVM language implementor's life easier?!
  • Attend the workshop at #oredev and learn how to program the #cloud in #clojure (here, via @jclouds) -- Are you going to Oredev? You could learn about managing your cloud infrastructure with jclouds and pallet, from jcloud's author himself!
  • Spending the whole weekend designing Ring's async story. Lots to do, but I'm really excited about the future of Clojure web development! (via @mmcgrana) -- Ring's becoming async?