• New Course: #Clojure 101 - registrations open (here, via @IndianGuru) -- The last course was a success. If you're new to Clojure this is your change to learn online.
  • Подкасты / [PODCAST] The Art Of Programming — Выпуск №53 [ FP ] / Clojure: Интервью с Alex Ott, пляски вокруг функ... (here, via @habranews) -- An interview with Alex Ott by the Art of Programming podcast. Sorry, I don't have a translation for the audio :(
  • Anyone out there that wants to take over the @learnclojure account (for a while)? I have little time on my hands for this now. #clojure (via @learnclojure) -- Will someone take up the challenge?
    • Great! @learnclojure will from now on belong to @fogus, author of The Joy of Clojure, one of the greatest Clojure books around. Goodbye! (via @learnclojure) -- Oh! Things are about to get complicated now...
  • Clojure Macro Tutorial (Part II: The Compiler Strikes Back) (here, via @planetclojure) -- An part III is here too.
  • (eval-after-load 'slime '(setq slime-protocol-version 'ignore)) (via @stuartsierra) -- Using Emacs + Lein + Swank combo? Does it bother that every time you fire up a slime session Emacs warns you that the slime versions are incompatible and asking you to type 'yes' to move on? Add this to your .emacs file and the problem will go away.
  • Factual launching Clojure meetup in Los Angeles. All those interested are welcome to come! (here, vi @factualinc)
  • Clojure and concurrency (here, via @LotusEducation) -- An article at IBM's DeveloperWorks site about the Concurrency features of Clojure. Introductory level.
  • New blog post on some of the new functions in #clojure 1.2 (here, via @objcmdo) -- There has been a lot of chatter about the new big features of 1.2 (protocols and such), but this article focuses on some less talked about new functions in clojure.core, like group-by, reductions, and such.