• Controlling run-away trains, onions, and exercise bikes (here, via @chrishouser) -- Under this cryptic title there is an article full of REPL wisdom. What to do if you somehow print an infinite sequence at the REPL? What if it is an infinitely recursive sequence? What if you called a function that will take forever to terminate?. Find the answers to these questions in this article.
  • how Ring, the Clojure web application library, go its name (here, via @mmcgrana) -- You actually have to squint with your eyes and stare at the picture for 10 minutes, and then you'll see a ring!
  • Just published a quick walkthrough of pulling and using an R package from Clojure/Incanter (here, via @jolby) -- After a few tweets about Rincanter, a binding for Incanter (based on Clojure) to the R Language for statistical computing, Joel Boehland produces this introduction to this new project.
  • Discussion on session handling in ring, a #clojure web app lib (here, via @wmacgyver) -- Ring is about to get session support and his author (@mmcgrana) is asking which way to go: mutable or immutable sessions?  If you develop web apps with Clojure now it is your chance to weigh in!