- Writing CouchDB Views using ClojureScript (via @cemerick) -- Article + slides form Chas Emerick's talk at the BACUG on his work for making it possible to run CouchDB queries written in ClojureScript. CouchDB has a javascript engine that it uses for such queries, so ClojureScript seems like a natural option for a clojurian. There is also the Clutch library that hooks up a JVM on CouchDB and lets you run the queries in Clojure. ClojureScript views are now part of Clutch.
- #clojure on #torquebox? (via @flazz) -- Torquebox is a Ruby application platform that runs on JRuby and leverages JBoss App Server. The link points at a "clojure-support" branch for that project...