lua-users home
lua-l archive

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


I second that (but I think this is more of a community responsibility than a language design issue).
 
The only thing I would certainly add to Lua is a `yield` keyword to complement `return` similar to Python’s way.
 
The current method (or hack) of implementing co-routines is unnecessarily verbose and often resulting in hard to understand code.
 
From: Vadim Peretokin
 
I'd like to see Lua's tooling ecosystem improved. As 2017 showed, the tooling a language has on offer is just as important as the language itself.