clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
hairfire 2019-09-17T15:20:59.000200Z

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?

souenzzo 2019-09-17T15:55:11.001200Z

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

hairfire 2019-09-17T15:57:23.002500Z

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

👍 1