Fork me on GitHub
#clr
<
2019-09-17
>
hairfire15:09:59

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?

souenzzo15:09:11

It isnt a bug @hairfire. That "inconsisteny" also occurs in cljs vs clj

hairfire15:09:23

Thanks! I guess I'll create a "format-float" function in my platform utils namespace.

👍 4