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

0 votes
in ClojureScript by
edited by
(go (println () [] (range 0) (list) {} #{}))

This prints

nil [] () () {} #{}

But it should print (which it properly does outside of go blocks)

() [] () () {} #{}

This appears to only be an issue in ClojureScript.

1 Answer

0 votes
by
...