lua-users home
lua-l archive

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


I'm implementing a lua environment for a project I'm working on.  What
do I need to do to implement a simple 'sandbox' environment? I want to
maximize functionality without compromising the safety of the
environment. I'm fairly new to lua, and would appreciate any pointers.

--James Hearn