lua-users home
lua-l archive

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


Hi,

VEnv, the Lua Virtual Environment, is a simple library which provides a way
to execute a Lua function in a separate environment, protecting the original
one.

The changes for VEnv 1.1 are:

* Adds Stable to the VEnv distribution
* Changes the function environment only when running the function (corrects
a bug found by Mark Hamburg)
* Compatible with Compat-5.1 Release 4
* New documentation and examples

VEnv is free software and uses the same license as Lua 5.0.

For more information on VEnv please check
http://www.keplerproject.org/venv/

Any feedback is welcome!

André Carregal
www.keplerproject.org