eles:

Don C.: "There's a root cause issue -- integer overflow is not an error in general.

A good design for a modern language is to offer safe numbers on default, and overflowing/modular integral types for the uncommon cases where the programmer wants such behaviors.

Bye,
bearophile

Reply via email to