lua-users home
lua-l archive

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


On 4 July 2018 at 15:35, Dibyendu Majumdar <mobile@majumdar.org.uk> wrote:
> Most of language requests and proposals appear to come from a few vocal
> individuals. The vast majority of Lua users do not voice an opinion and are
> probably not even on the list.

Yes, though I think a good many are on the list who choose not to participate.

I maintain a relatively large Lua codebase, and haven't had any more
problems with Lua than I'd have experienced in other languages I've
used. In fact one of the best things about Lua is its flexibility to
make it how you need. We have places in our code where globals are
restricted, or sandboxed, and places where they are actively used
(e.g. config).

The Lua team brought us to what Lua is today, and I trust them to
continue with the good work and ultimately decide themselves what they
want to incorporate into the language, and to decide based on more
than the number of postings to the mailing list.

Nevertheless, good discussion is healthy, as are experiments (such as
the recent undef).

Regards,
Matthew