lua-users home
lua-l archive

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


Todor Totev wrote:
I will recomend you to check Lua+. It is modified version of Lua and is specifically targeted at C++. It is simillar to LuaBind as it uses template metaprogramming
(so it will require your compiler to actually know tempaltes).
You'll find that the LuaPlusCD.h header provides lots of direct registration support of C++ functions, object functions, and so on, and it can be used with the core Lua distribution.

Josh