On Dec 19, 3:45 pm, Stuart Sierra wrote:
> Hi Rich & all,
> While compiling Clojure, It seems that *compile-path* is being set to
> the absolute path to "classes" within the Clojure source
> distribution. That is:
>
> unzip clojure_20081217.zip
> cd clojure
> java -jar clojure.jar
> Clojure
>
Hi Rich & all,
While compiling Clojure, It seems that *compile-path* is being set to
the absolute path to "classes" within the Clojure source
distribution. That is:
unzip clojure_20081217.zip
cd clojure
java -jar clojure.jar
Clojure
user=> *compile-path*
"/Users/rich/dev/clojure/classes"
And it