lua-users home
lua-l archive

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


> - The VM in PUC-Rio Lua is pretty safe (or can easily be made so by removing a few 
>   Lua-callable functions like "os.execute").  

For the record, functions like "os.execute" are library functions,
not part of the VM.

>   At the very least, there should be an option to build the 
>   extensions directly into the executables (or be able to package the individual
>   object files with the base Lua).

This is the purpose of linit.c. Just copy and edit it.