From this definition, I'd guess that pony isn't optimized for numerical code and floating point operations, because there it tends to make less sense.
1.0 / 0.0 = infinity per the standard.
1/0 = undefined behavior and is left to language implementers to decide how to handle.
From this definition, I'd guess that pony isn't optimized for numerical code and floating point operations, because there it tends to make less sense.