Skip to:
but for ClojureScript.
(apply distinct? (repeat 1)) returns immediately
(apply distinct? (repeat 1))
(apply #'distinct? (repeat 1)) hangs
(apply #'distinct? (repeat 1))
Isn't this just CLJS-365 ? The Var impl is already good.
but for ClojureScript.
(apply distinct? (repeat 1))
returns immediately(apply #'distinct? (repeat 1))
hangs