lua-users home
lua-l archive

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


On Wed, 15 Jan 2020 at 21:10, Sean Conner <sean@conman.org> wrote:
>
> > Ditto for exposing metatables.
>
>   So what's the issue with exposing metatables?  Python has its own form of
> operator overloading.
>

It is not the concept of meta information but that the mechanism is
exposed. So now Lua is forever tied to supporting the mechanism.