lua-users home
lua-l archive

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


> What options do we have to reduce the size of the Lua.  We do not need
> many of the newish language features.  I notice a steady progression of
> complexity since the earlier releases (Coroutines and such).  Can we
> remove them?  

See http://lua-users.org/lists/lua-l/2004-08/msg00161.html .

I don't think the core code increased much lately. If anything, it is 
probably smaller... (Even with all those new language features)
Now, the libraries is another matter. 

In Lua 5.1, the core will even be smaller, because Lua 5.1 needs less from the
C library.

Bottom line: it all depends on which libraries you need.

If you post more details about your needs, then perhaps we can suggest more
concrete ways.
--lhf