• @lispcoder Immutable data structs don't need cache coherency & #clojure forces you to be explicit about state, so could leverage that mp (via @richhickey) -- This is in reference to this article that @lispcoder tweeted yesterday. This article is about the 1000 core CPU projected by Intel which is using message passing between the different cores as means of synchronization, instead of the cache coherence techniques that are being used today. The author of the tweet implied that Clojure wouldn't be able to fully utilize the power of this CPU because of the message passing.
  • effort to abstract binary byte format continues by @ztellman in a #clojure byte-format DSL gloss (here, via @wmacgyver)
  • An X10 Controller in Clojure (here, via @mikewmeyer) -- I like projects that control things! "The goal is to have a web page to let me control the various X10 PLC modules scattered around the house: mostly it's lights, but the thermostat, a grill, a printer and the garage door opener are all controllable this way"
  • appengine-magic 0.3.0 is now available (here, via @vetoshev) --  This library abstracts away the infrastructural nuts and bolts of writing a Clojure application for the Google App Engine platform. From the original announcement: "The new version has full support for many App Engine services: the datastore, memcache, user Google account authentication, the blobstore, sending and receiving email, task queues, and remote URL access."