The result of read-string is not correctly recognized as a number in the example discussed here:
https://groups.google.com/forum/#!topic/clojurescript/kwJNH2MBbao
Wrapping it in a call to the identity function makes the symptom disappear.
Ubuntu 12.04 (64 bit)Oracle JDK 1.7.0_72leiningen 2.5.0ClojureScript 0.0-2371lein-cljsbuild 1.0.4-SNAPSHOT
fixed https://github.com/clojure/clojurescript/commit/ecc5765d599cadb0d22e2d66635df9eb68c60774
The result of read-string is not correctly recognized as a number in the example discussed here:
https://groups.google.com/forum/#!topic/clojurescript/kwJNH2MBbao
Wrapping it in a call to the identity function makes the symptom disappear.