• Progress of my new Clojure book: 62 page draft. (via @IORayne) -- A new book?!?! Which one?
  • introducing lein-cdt: Clojure Debugging Toolkit for us lazy coders (here, via @tvachon) -- Ah! Aren't we all lazy around here ( <-- fantastic pun, did you get it?!?! Click here if you didn't). A lein plugin that will make sure your code is run in debug mode so that you can use CDT to debug it.
  • So what are pods upcoming in a future #clojure version? (here, via @kotarak) -- Ever heard about "pods" as an upcoming feature in clojure but do not know what they are? This article tries to summarize what is publicly know about them.
  • Clojure-flavored, browser based Lisp "IDE" (here, via @hnfirehose) -- "Las3rfl let's you create, edit, save, fork and run code in your browser... Las3r is a lisp compiler for the AVM2 (aka the flash player). In spite of what the wiki says, in my opinion it's best described as Clojure circa 2008 minus the math stack and concurrency features." Check it out. It is pretty cool!
  • My 3 day long dream has finally come to fruition. A Bejeweled playing bot in Clojure (here, via @ique) -- Finally somebody did something useful with Clojure! :D.
  • A Simple Forth Interpreter in Clojure (here, via @yueliufeeds) -- Forth is a stack-based programming language, with no much syntax to speak of. This implementation is rather simplistic (i.e. no control structures), but the implementation is elegant.