Re: ExceptionInInitializerError in eval with user defined functions

2009-11-16 Thread gun43
r1366 was also known as Clojure 1.0.0 It turns out that these problems only occur with the clojure.jar distributed with clojuredev 0.0.37 (now Counterclockwise) which also claims to be Clojure 1.0.0 On Nov 14, 8:18 pm, Jarkko Oranen wrote: > On Nov 14, 8:08 pm, gun43 wrote:> Using r1366 under >

Re: ExceptionInInitializerError in eval with user defined functions

2009-11-14 Thread Jarkko Oranen
On Nov 14, 8:08 pm, gun43 wrote: > Using r1366 under Win XP. r1366? From Subversion? That's ancient. Clojure moved to git ages ago; see http://github.com/richhickey/clojure > > A user defined function: > 1:27 user=> (defn plus2 [x] (+ x 2)) > #'user/plus2 > 1:28 user=> (plus2 5) > 7 > > can onl