Thu, 25 Feb 2010

A preview of ClojureQL

As you might already know, I'm rewriting ClojureQL. This takes a lot of time at the moment, so I don't find much time to blog. But to not stall the blog completely and to shorten the time a little until the first version of CQL is released I decided to provide a little example on the look'n'feel of the new frontend. So here we go…

See more ...

Published by Meikel Brandmeyer on 25 Feb 2010 23:31

Comments

Wed, 10 Feb 2010

gen-class – how it works and how to use it

Clojure runs on the JVM. Sometimes you have to interface to Java libraries (or be interfaced). In such a case one supporting helper is gen-class. However it's use is not straight-forward. So let's gain some understanding in how it works and how to use it.

See more ...

Published by Meikel Brandmeyer on 10 Feb 2010 00:38

Comments