[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ActiveState seeking Lua community feedback
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 2 Nov 2016 12:25:30 -0200
> - 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.