Re: Possible Clojure Bug

2010-06-18 Thread Rob Lachlan
I think he retracted this post in a separate new thread not long after posting this. cheers Rob On Jun 18, 2:56 pm, "Heinz N. Gies" wrote: > On Jun 18, 2010, at 18:48 , pleone wrote: > > > I ran this in a slime REPL on AQUAMACS with clojure 1.1. It appears to > > be a bug.  Am I mistaken? > > >

Re: Possible Clojure Bug

2010-06-18 Thread Heinz N. Gies
On Jun 18, 2010, at 18:48 , pleone wrote: > I ran this in a slime REPL on AQUAMACS with clojure 1.1. It appears to > be a bug. Am I mistaken? > > user> (def conj-test-vector ["1" "2" "3" "4"]) > #'user/conj-test-vector > user> conj-test-vector > ["1" "2" "3" "4"] > user> (conj conj-test-vector

Possible Clojure Bug

2010-06-18 Thread pleone
I ran this in a slime REPL on AQUAMACS with clojure 1.1. It appears to be a bug. Am I mistaken? user> (def conj-test-vector ["1" "2" "3" "4"]) #'user/conj-test-vector user> conj-test-vector ["1" "2" "3" "4"] user> (conj conj-test-vector "5") ["1" "2" "3" "4" "5"] user> (conj conj-test-vector ["te