Re: *compile-path* hardwired in compiled Clojure core

2008-12-21 Thread Rich Hickey
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 >

*compile-path* hardwired in compiled Clojure core

2008-12-19 Thread Stuart Sierra
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