Two things:
a) You are running an example written for Clojure 1.2.1 but you try to run it
with 1.3.0.
This is likely to create problems by itself.
b) You did not specify the clojure contrib library on your class path. Note that
the clojure contrib predating 1.3 (contrib version 1.2) is not
I installed clojure from Programming Clojure page 12.
I try to run snake.clj.
This is what I get
What causes this??
Thanks
==
C:\clojure-1.3.0>java -jar c:/clojure-1.3.0/clojure-1.3.0.jar
c:/clojure-1.2.1/e
xamples/snake.clj
Exception in thr