[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Classes, exceptions and enums
- From: Rob Kendrick <rjek@...>
- Date: Wed, 29 May 2019 10:52:08 +0100
On Wed, May 29, 2019 at 05:47:01AM -0400, Kurieita wrote:
> My questions/concerns is: will Lua ever have actual real support for any of
> these? Mainly classes. That is one thing that Lua does not support which
> makes it impractical for real world applications unless you're doing
> embedding applications.
Lua is about providing the tools to do what you want, not mandate. I do
not use most of the features you describe here in Lua, and nor would I.
Adding them to the core to save a few lines of code seems like bloat,
not to mention the various tastes people have.
B.