• Conways's Game of Life in#Clojure (via @cgrand) -- It's a little bit longer than the APL version, but it will do.
  • Insight news: #Java is now available in private beta on #Heroku #Cedar. Expected, it already has JVM stack (via @ildella) -- First comes Clojure and then comes Java? Interesting...
  • Lobos is a Clojure library to supports migrations similar to what Rails can do (via @eldariof) -- This article is a short introduction to Lobos and also some discussion on how to make it work in Heroku.
  • I noticed something about Clojure code (via @darevay) -- An article on how structural induction is used in many places in Clojure's sources to deal with undetermined numbers of parameters in functions. Apparently this is use of structural induction is called  a catamorphism.
  • After struggling for days with #scala on getting things right with #mongo, cheated and had #clojure do it in a few hours. confused feelings! (via @jaju) -- Should we coin an idiom to express the coming out of the Clojure closet?