On Thu, Jan 19, 2012 at 11:18 AM, Gijs S. wrote:
> Subject: = in ClojureScript differs from Clojure API for arities other
> than 2
>
> Using ClojureScript f4c0de502c92ce710da923888d672f22213b902c (checked
> out on Thu Jan 19 2012)
> => (= 1)
> false ;; incorre
Subject: = in ClojureScript differs from Clojure API for arities other
than 2
Using ClojureScript f4c0de502c92ce710da923888d672f22213b902c (checked
out on Thu Jan 19 2012)
=> (= 1)
false ;; incorrect
=> (= 1 1)
true
=> (= 1 1 2)
true ;; incorrect
=> (= 1 1 1)
true ;; cor