Fork me on GitHub
#cljs-dev
<
2017-12-09
>
mfikes16:12:47

An interesting question came in #clojurescript regarding (list? (cons 1 [])) producing different results in Clojure and ClojureScript.

mfikes16:12:07

FWIW, unit tests pass if the IList marker interface is removed from Cons. But, it's been there for 5 years.

dnolen19:12:20

I feel like this has come up in the past and it’s just too big of a change