lua-users home
lua-l archive

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



> On May 29, 2019, at 5:47 AM, Kurieita <devkurieita@gmail.com> wrote:
> 
> Exceptions(try, catch, finally, [maybe even "else"]) can be done the same way honestly but using callback functions.

Pcall?

> That is one thing that Lua does not support which makes it impractical for real world applications unless you're doing embedding applications.

Um, isn’t “embedding applications” what Lua is designed for? (And I know of some very real world applications, that are much more than “embedding applications”, in Lua that work quite well without classes.)

Frank Kastenholz