I use Lua as a script language inside my C application.
This is very suitable for me, but I canβt understand how I can limit Lua not to call system functions, not include other modules, etc.
I want Lua to be able to call only functions that are allowed by me, because the user can do all kinds of bad things with the full power of Lua + Lua modules.
source share