Archive for June, 2010

Is it just me or is this important

Wednesday, June 16th, 2010

for all JVM-based languages http://www.infoq.com/news/2010/06/azul_ori?

clj-ds: Clojure’s persistent data structures for Java

Friday, June 11th, 2010

One of the appealing features of Clojure is the pervasive use of (efficient!) persistent data structures. (In previous posts I've shed some light on how PersistentHashMap and PersistentVector are implemented, although some of that information is slightly dated now). There are many advantages to programming with persistent data structures (which implies ...

Stomple RC1: Combining WebSockets and Reliable Messaging

Tuesday, June 1st, 2010

I've finished Release Candidate 1 for Stomple, my JavaScript Stomp library which uses WebSockets to access compatible Stomp Message Brokers (which includes JMS providers via StompConnect). Stomple is heavily inspired by Jeff Mesnil's great stomp-websocket, but aims to be feature complete and to provide a high-level API which is more ...