lua-users home
lua-l archive

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


> 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