Hacker News new | ask | show | jobs
by dec0dedab0de 1897 days ago
I think high level languages shouldn't even have floats, unless they're a special type for doing floating point math.

Specifically I'm thinking about python, the literal x.x should be for Decimal and float should have to be imported to be used as an optimization if you need it.