lua-users home
lua-l archive

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


On Mon, Nov 26, 2018 at 1:30 PM Soni "They/Them" L. wrote:
>> - Lua has little to no support for composition-based OOP
> Can you give an example of what you would want here?
The classic Cratera[1] `foo:[component].method()` (note the colon) syntax.

What OOP languages do support this "composition-based OOP" ?