• Blogged about my first Clojure on Windows encounter (here, via @kjeldahl) -- The article describes the steps to get cljojure-clr working on a windows environment and then tries to write some GUI code with it. Windows makes it somewhat harder to do so at the repl, at least compared to Java/Swing; some key objects can only be instantiated once per application's lifetime, which means only once per clojure session.
  • Un RPG hecho en Clojure (here, via @genezeta) -- An RPG game written in clojure (and playable via Java Web Start). This has been in the works for quite a while and it still needs more work, but with this post the author releases a playable build.
  • On the proccess of writing a game engine in Clojure (here, via @pepijndevos) -- Speaking of games, here is an account of the design process followed while trying to produce a game in clojure. It lists the different designs that the game went through.
  • great blog post on #clojure command line args by @jakemcc (here, via @gar3thjon3s) -- Great indeed. This article describes in detail two different ways to deal with command line parameters: c.c.command-line and clargon.