Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by
CLJ-1423 but for ClojureScript.

{{(apply distinct? (repeat 1))}} returns immediately

{{(apply #'distinct? (repeat 1))}} hangs

2 Answers

0 votes
by

Comment made by: aralo

Isn't this just CLJS-365 ? The Var impl is already good.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2732 (reported by mfikes)
...