• just created the detroit-clojure google group - If you live in the area and want to get all clojure-y, join us! (here, via @ nhajratw)
  • Use slim templates in your clojure projects (here, via @chaslemley) -- Slim is a templating format originally for Ruby that is both fast and expressive. Slim.clj is just a of this template system to clojure.
  • standalone clojure executable made with 'cake bin', just download and run: wget http://tinyurl.com/clojure-bin; chmod +x clojure; ./clojure (via @ninjudd) -- All the necessary clojure binaries are encoded inside the script (it's big!) and so yes, you only need to distribute this one file. You can produce your own binaries like this with cake
    • here's a standalone #clojure that works in both windows and unix, generated with 'cake bin' (here, via @ninjudd)