Re: [ANN] Lua 5.4.0 (work1) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (work1) now available
- From: Pierre Chapuis <catwell@...>
- Date: 2018年3月13日 17:58:07 +0100
I like the following change:
> The coersion of strings to numbers in arithmetic and bitwise operations has been removed from the core language.
(I think there is a typo here by the way, should be "coercion".)
I have not played with it yet but I hope it will be easy enough to disable the new coercion method that uses metatables.
What is the reasoning behind the full userdata change?