I assume this hits Clojure, JRuby, etc. harder because it affects all values which are converted to Strings, but only affects Java when one explicitly converts to Double?<p>So when a (Java) website expects an Int as input, it's not affected, but Clojure,JRuby etc would be?<p>Am I right, what am I missing?<p>(see the comment with<p>user=> (def d 2.2250738585072012e-308)<p>)