• Can clojure be made fully dynamic? (here, via @planetclojure) -- This is a question posted to StackOverflow about the fact that in Clojure 1.3 (or 2.0) by default variables will not be dynamic. There is quite a bit of confusion about the implications of this breaking change. This thread provides some clarification.
    • Blogged: Can't dynamically bind non-dynamic var in #Clojure 1.3 (here, via @jaceklaskowski) -- On the very same note, this post explores the consequences of the breaking change in 1.3 making all variable non dynamic by default.
  • Don't use XML/JSON for Clojure-only persistence/messaging (here, via @planetclojure) -- In short, you can convert clojure data structures to text (with some limitations) and back.
  • Clojure is dangerously close to formalising programming as a true art form (via @bnastic) -- Ahhh! Pretty!
  • SLaTeX + Clojure (here, via @planetclojure) -- Ahh! Pretty too! This is a post of a document creating by feeding some clojure code to SLaTeX, a LaTeX (and TeX) package for Scheme.