• New blogpost/screencast on Concurrency Pitfalls (here, via @LauJensen) -- Lau explores the need of better concurrency management tools in programming languages, comparing Python and Clojure in a simple example.
  • Clojuresque 1.2.0 now available via clojars. Hmm.. the ant scp task doesn't work with clojars? (via @kotarak)
  • simple framework to run Selenium tests in parallel with Clojure (here, via @saucelabs) -- Deceptively simple but quite powerful way of running many selenium tests in parallel against your test machine
  • Built VimClojure & got a Clojure REPL in a Vim buffer. Tip: your Clojure source / classes must be on Nailgun's CLASSPATH! (via @kevin_noonan) -- Thanks for the tip.