s/complete/standalone :-)
I believe it's http://build.clojure.org/releases/org/clojure/contrib/standalone/1.3.0-alpha2/standalone-1.3.0-alpha2.jar.
It seems to work with Clojure 1.3.0-alpha2 and c.c.monads. It contains
clj's and classes.
wget -O clojure-contrib-1.3.0-alpha2.jar
http://build.clojure.org/releases/org/clojure/contrib/standalone/1.3.0-alpha2/standalone-1.3.0-alpha2.jar
and update your launch script for REPL.
I wish there'd be a link to a zip distro in Developer Releases
alongside w/ the Clojure zip file itself. Is it already provided by
the mvn-based build?
Jacek
--
Jacek Laskowski
Notatnik Projektanta Java EE - http://jaceklaskowski.pl
No problem. To be honest, I had not known it either until you asked,
but since I needed it too I dug deeper :-) Thank you.