The runtime fns ints-in-range? and int-in-range? need to be qualified for self-host. (Otherwise they resolve to the $macros pseudo-namespace.
ints-in-range?
int-in-range?
$macros
fixed https://github.com/clojure/clojurescript/commit/416f322c25624b042e63e64a0754d5aaf48e552e
The runtime fns
ints-in-range?
andint-in-range?
need to be qualified for self-host. (Otherwise they resolve to the$macros
pseudo-namespace.