• Example of #websocket based chat using #clojure and #jetty 7 by Chris McDevitt, in GitHub repo with deps (here, via @maclausen) -- The example code in github is not new, but in its original form it was somewhat involved to get it to work. This blog post explains how to do just that.
  • We are sponsoring the Clojure Language Development Project (here, via @contegix) -- From the press release it looks like the sponsoring will come in form of free hosting of servers. That's great news!
  • Preannouncing Seph - Immutable Ioke/Clojure-like JVM language (here, via @hncomments) -- Ola Bini writes a blog post detailing the design principles for his new language Seph, one of these principles being "Stealing is Good". On this note he decides to 'borrow', amongst other things from other places, Clojure's persistent data structures, the concurrency primitives (all of them) and the STM. I wonder if he will also start sporting a mullet? Jokes aside, Seph is based on Ioke, also from Ola. Seph is a homoiconic language that supports prototype-based OO. Since Ioke is very experimental, Seph is designed from the ground to be solid enough to be used in real applications. Seph was presented at Emerging Langs a week ago, and here are the slides.
  • Some ideas on how to write event-driven applications in #clojure using #aleph (here, via @ztellman) -- Zach Tellman outlines his work in progress on a framework to develop event-driven applications to work with aleph, the non-blocking nettty-based web server. In this article the author introduces channels and pipelines as basic abstractions.
  • Couple more seats remaining for the Bay Area Clojure Bootcamp - learn #Clojure in a single day! (here, via @amitratore) -- Learn Clojure from "Clojure in Action"'s author.