Closed mfikes closed 4 years ago
(integer? 1.1e22)
true
false
The intent of #799 was to be an optimization, not change semantics or create inconsistencies with regular ClojureScript.
799 can cause different results than regular ClojureScript. For example:
(integer? 1.1e22)
returnstrue
in Planck butfalse
in regular ClojureScript.The intent of #799 was to be an optimization, not change semantics or create inconsistencies with regular ClojureScript.