Archive for June, 2010
Wednesday, June 16th, 2010
for all JVM-based languages
http://www.infoq.com/news/2010/06/azul_ori?
Posted in General | No Comments »
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 ...
Posted in Clojure, General | 3 Comments »
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 ...
Posted in General | 4 Comments »