Meta
Categories
Tags
Monthly Archives: June 2010
Is it just me or is this important
for all JVM-based languages http://www.infoq.com/news/2010/06/azul_ori?
Posted in General
Leave a comment
clj-ds: Clojure’s persistent data structures for Java
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 … Continue reading
Stomple RC1: Combining WebSockets and Reliable Messaging
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 … Continue reading
Posted in General
5 Comments