Christian Vest Hansen a écrit : > Just to clarify; I think PersistentArrayMap is too naïve: > > user=> {1 1 1 1 1 1 2 2} > {1 1, 1 1, 1 1, 2 2} > > Also, this is rev 1286 (just prior to lazy-branch merge thingy). >
Fixing array-map would make the two tests consistent but I'm not sure that (let [a (atom 0)] {(swap! a inc) 1 (swap! a inc) 2 }) should evaluate to {1 2}. Christophe -- Professional: http://cgrand.net/ (fr) On Clojure: http://clj-me.blogspot.com/ (en) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---