lua-users home
lua-l archive

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


> - OR_LUA : a simple C++ wrapper for LUA. It retrieves data from
> various LUA
> types (including associative arrays)
> in a safe manner, using STL-like iterators and virtual class.
> http://nikopol0.alrj.org/or_lua/

very cool!
i've always wanted to write STL-like wrappers for Lua tables, but never
found the time to do it.
such a pity that the license prohibits commercial use.

Cheers,
Peter