On Friday, 1 November 2013 at 15:03:47 UTC, bearophile wrote:
Walter Bright:

avoid languages unable to detect integral overflows (at compile-time or run-time) in all normal numerical operations,

Yeah, after the scope() statement, this is the thing that I'd want the most in my C, at least during debugging and testing. At least for some variables that we assume should never overflow (and most of them are like that).

Reply via email to