Fork me on GitHub
#cljs-dev
<
2017-03-26
>
mfikes03:03:44

I wonder if it is intentional, or just an accident of history that (compare-and-set! (atom [1]) [1] [2]) returns true in ClojureScript but false in Clojure (owing to an equality vs. identity check).