[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Needs
- From: Pierre Chapuis <catwell@...>
- Date: Mon, 26 Nov 2018 10:22:08 +0100
On Mon, Nov 26, 2018, at 01:15, Soni They/Them L. wrote:
> - Lua has little to no support for composition-based OOP, whereas it has
> many features to support inheritance (__index/__newindex) and other
> forms of OOP (self:methods()). This isn't a big deal, tho, as it can be
> easily solved with a rather small patch.
Can you give an example of what you would want here?
Because for me, "composition-based OOP" does not need much
language support. For what it's worth I almost never use inheritance
in Lua (or any other language, really).
--
Pierre Chapuis