• Clojure's Solutions to the Expression Problem Discussion on LtU (here, via @hnfirehose) -- This discussion is very interesting, as there are questions about whether Clojure solves the expression problem with prototypes and records, but also whether a dynamic language need a solution for this at all.
  • I really regret the absence of clojure @devoxx. Can we have them on board next year?. (via @anrizal) -- Yeah, what the hell, devoxx?!?!?
  • Slides from last night (here, via @stuartsierra) -- The presentation was about asynchronous events in clojure. It covers quite a bit of ground, ZeroMQ, Erlang, Lamina and RX. Here is the code. Is there going to be video for this?
  • Clojure game development wiki (here, via @HNTweets) -- Clojure gaming seems to be a hot topic :)
  • clojureql Relational Algebra for #clojure 1.0 released by @LauJensen (here, via @wmacgyver) -- clojureQL reaches version 1.0.0-beta, after a complete rewrite. This is an exciting project that leverages the power of clojure to make working with SQL databases very functional. The linked article describes in full this library with lots of usage examples.