lua-users home
lua-l archive

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


> I believe that Lua Team position on "popular requests" and new
> language features was stated many times on this list and elsewhere. It
> is very conservative, and that is good.
>

Perhaps I'm the only person who follows the PIL?

The manual clearly states that you should staticaly link lua to your
application, that means you always have your own version of Lua in
your application.

I always put lua code inside my project and compile it with the
application, so any local change should work. If the official code
states how to enable the code for continue, I can add continue to my
Lua and nobody else get hurt.

I'd like lua to add lots of compile-time options, macro defines, to
let the developers include lua features selectively.