• Gestating about 5000 words on massively-concurrent-clojure perf tuning, fascinating for maybe 79 people int the world. (via @timbray) -- Yay!! Can't wait to see the numbers!
    • I decided to write about tubers instead of Clojure, for now (here, via @timbray) -- Wait, what?!? Booooo! ... now off to buy some potatoes...
  • Just made up a word. People who are afraid of Lisp because of the parentheses are "parenophobes" (via @minnowcoder)
  • IntelliJ IDEA 9 is out, which means the free/OSS Community Edition is as well. If you hack Java/Groovy/XML/Scala/Clojure, give it a shot! (via @mdellabitta) -- you can download IntelliJ IDEA 9 Community Edition here, and the Clojure plugin can be found here, although you can install it from inside IDEA (plugins section)
  • Thanks to the great efforts of @tomfaulhaber, #incanter has much improved API documentation (here, via @liebke)
  • I implemented automatic code reload for my App Eng #clojure framework... Was waiting for fixes in App Eng 1.2.8. (here, via @gburd) -- Neat trick!
  • Understand the REPL in #Clojure (here, via @gdickens) -- Understanding the REPL by implementing one.
  • I made a lein autotesting thingy with watchr (here, via @crazzyford) -- automatically run lein tests on your code when it changes... using Ruby tools.