Archive for the ‘General’ Category

Conj-labs Clojure lessons part i

Sunday, July 4th, 2010

I attended the first conj-labs in Brussels, June 23-25. It was three days of intense Clojure learning with Clojure profiles: Christophe Grand and Lau Jensen. I must say it exceeded my expectations! Everyone was great and I really feel it took my Clojure to the next level. This post describes some ...

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 ...

My son

Monday, May 24th, 2010



Stomple: JMS via WebSockets

Sunday, May 9th, 2010

I've spent a couple of days working on Stomple (pronounced "stumble"). Stomple aims to be an easy to use, full-featured and robust Stomp client for JavaScript. You can watch a screencast of the transactional chat example. Screencast of transactional chat. What is Stomp? Stomp provides an interoperable wire format so that any ...

Clojure: Rich Hickey and Stuart Halloway at JAOO

Thursday, March 25th, 2010

See Danish Clojure Users Group posting.

VersionManager

Friday, January 22nd, 2010

[update: First, my apologies to jdalton, my post was not meant to derail Fusebox, merely to show a different approach to similar problems. ] I read a post on Ajaxian about Fusebox, a JavaScript library which is described as: [...] The problem is that frameworks / libraries / third-party scripts may overwrite ...

The Joy of Clojure

Thursday, January 14th, 2010

In case you haven't noticed there is a very interesting Clojure book coming out, titled "The Joy of Clojure," written by two very interesting authors that anyone hanging out in the Clojure community should know: Chris Houser and Michael Fogus. As an appetizer, the first chapter is available for ...

Please help funding Clojure

Tuesday, December 15th, 2009

Rich Hickey, creator of Clojure: As should be obvious, Clojure is a labor of love on my part. Started as a self-funded sabbatical project, Clojure has come to occupy me far more than full-time. However, Clojure does not have institutional or corporate sponsorship, and was not, and is not, the by-product of another ...