lua-users home
lua-l archive

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


> On 1 Aug 2018, at 1.16, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> 
> Are there features in Lua that could be removed to create a simpler language?

I would remove ’:’ and ’self’. I never use them in my code and they support bad habits.

Petri