lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Thu, Jun 12, 2014 at 7:24 PM, Jay Carlson <nop@nop.com> wrote:
In any case, it's a notable exception in language design to "ints shall behave like C"--whatever that really means, anyway. :-

It's a nice option.  SML always checks and generates an exception for overflow. F#, being in the ML family, offers this as an option with the Checked module and --checked+ compiler option.

e