lua-users home
lua-l archive

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


Check out the c++ lua wrapper
http://www.workspacewhiz.com/Other/Script/Script_LuaWrapper.zip at
http://www.workspacewhiz.com/MiscCode.html

Also check out the addons on the lua-wiki site :
http://lua-users.org/wiki/LuaAddons

Jim

----- Original Message -----
From: "David Holz" <davidh@otterspace.com>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Tuesday, March 25, 2003 7:10 PM
Subject: C++ implementation of Lua?


> Just wondering if there is a C++ implementation of Lua anywhere.  With as
> much as the lua_State pointers are passed around, it would seem to be
faster
> using the 'this' pointer, but more importantly it would be easier to
> interface new C++ classes into Lua.
>
> I really like Lua's interpreter code being as small, readable, and
editable
> as it is.  Having a C++ version would just make it that much easier for my
> specific project, so I'm just curious about it.