lua-users home
lua-l archive

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


2016-06-24 10:29 GMT+02:00 Sean Conner <sean@conman.org>:

> Giant List of Proposed Lua Metamethods since October 2009!

Some of these have made it into Lua 5.3, though mostly not under the
proposed names:

> 2010
>         __bit_and
>         __bit_or
>         __bit_xor
>         __id              [1]
>         __unm

> 2012
>         __not
>         __typename [1]
>         __xor

[1] I did not read the original proposals, and assume these to be
similar to __name.