In the ClojureCLR REPL if I enter "(str 0.0)" it prints "0". In the Clojure (JVM) REPL entering "(str 0.0)" prints "0.0". I assume this is a bug! Any thoughts?
It isnt a bug @hairfire. That "inconsisteny" also occurs in cljs vs clj
Thanks! I guess I'll create a "format-float" function in my platform utils namespace.