[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Are automatic coercions ever going away?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 31 Jul 2014 10:24:31 -0300
> I'd like to report back the results: we chickened out and didn't do
> it. The end. :)
Thanks for the feedback.
Just in case, Lua 5.3 will have compile-time options for easily
disabling these coercions (one for string->number, another for
number->string), but the "standard" will be with coercions enabled.
-- Roberto