TL;DR

Clojure 1.5 is around the corner. ClojureWerkz projects are compatible with it. It’s probably sunny outside, too.

Feel free to upgrade today!

Clojure 1.5 and ClojureWerkz

Clojure 1.5 is around the corner. While not a groundbreaking release, 1.5 brings more new features than 1.4 did. So, it’s natural to expect that many developers will consider upgrading to it soon.

One of the main goals of ClojureWerkz has always been making sure our libraries work with multiple Clojure versions (currently 1.3+). To hold to the promise, we run CI against multiple Clojure versions on travis-ci.org. One of the versions is the master Clojure snapshot.

After the 1.5.0-RC1 release, we started testing several of our projects against it:

We are happy to report that none of those projects required any modifications to pass their test suites on Clojure 1.5.0-RC1.

Michael on behalf of the ClojureWerkz Team.