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
>
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