Especially if you're going to use clojure-contrib ...or is there some
"release" of contrib synch'd to clojure releases that I missed
somewhere?
There's a 1.0 compatible branch on github. You get it with:
git clone git://github.com/richhickey/clojure-contrib.git
cd clojure-contrib
git checkout origin/clojure-1.0-compatible
Or download a tarball from:
http://github.com/richhickey/clojure-contrib/archives/clojure-1.0-compatible
Rayne suggested to get *ABCL* from github instead of using the
experimental ubuntu packages. ;-)
Bye,
Tassilo
Thanks, I missed that branch.