Skip to:
Variables type hinted as int or double are not recognized as numbers, e.g.
(def ^int i 1) (+ i i) WARNING: cljs.core/+, all arguments must be numbers, got [int int] instead. at line 1 <cljs repl> 2
The real issue is that there is no support for numeric type hints.
Variables type hinted as int or double are not recognized as numbers, e.g.
(def ^int i 1) (+ i i) WARNING: cljs.core/+, all arguments must be numbers, got [int int] instead. at line 1 <cljs repl> 2