• Introducing Clojail, a new Clojure sandboxing library (here, via @IORayne) -- Leverages the JVM's own sandboxing facilities, and makes it easy to configure your own sandbox for not-so-trusted clojure code.
  • I had fun with this one: Clojure, Haskell, parser combinators, it oozes lambdas. (here, via @natesbrain) -- Step-by-step porting of Haskell's parsec library (parser generator) to Clojure, with no monads (very prevalent in the Haskell world). This is the first article of what it looks it will be a series.
  • Just launched http://emailatask.com written in #clojure free email-based task communication without an account. Easy links and reminders (here, via @emailataskcom) -- try it out!
    • Posted first 5 episodes of #programothesis, it covers clojure and emacs and slime and more soon (here, via @emailataskcom) -- And when he said "more soon" he meant it. At the time of writing this there were already 13 videos. These videos are about very pragmatic stuff related to writing clojure code. Check them out.
    • By the way http://emailatask.com uses the slice web library for clojure (here, via @emailataskcom) -- Slice allows you to write web applications by writing composable slices of HTML, CSS and JavaScript in Clojure.
  • I wrote a tutorial on how to build a GUI with NetBeans and clojure (here, via @Kototamo) -- "how to create a simple GUI with the powerful Swing GUI builder of NetBeans, use it from Clojure and deliver it as a self-executable JAR"