lua-users home
lua-l archive

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



On Wed, Feb 22, 2023 at 8:18 AM tDwtp <tDwtp@web.de> wrote:

Hello, lua-l. (this time correct way around)

TL;DR: I do 2 proposals, this is the second.
I want to make `self:[key](...)` work.


Why not use:
self[key](self, ...)

I don't think there's enough of an advantage here to change the language.