• #Java SE 7 released! download from: (here, via @carlosqt) -- Well, download it unless you're using a Mac, then you'll have to build it from sources. Oh, and hopefully you don't use any loops in your code.
  • Create Hadoop clusters the easy peasy way with Pallet #clojure <-- Deploying hadoop couldn't be made much easier (here, via @disclojure) -- Full disclosure, I wrote the article, I work on pallet and collaborated with pallet-hadoop. Oh, and pallet is a sponsor of this site, I guess, since it is paying bills for me. Feedback welcome!
  • Wish you could run ClojureScript inside the browser from the REPL? Now you can (here, via @ibdknox) -- Nice! So instead of running your ClojureScript inside Rhino (a JavaScript impl. for the JVM), it runs your code directly in the browser, which means you can update the DOM from the RELP :) Impressive!