lua-users home
lua-l archive

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


At 11:01 PM 9/24/00 +0000, you wrote:
Lua can be extended through function calls. Unfortunateley, this
implies writing a stub function to grab the parameters from the Lua
stack and call the actual function (this is pretty much the same
thing i did with a VM i did, except it could also call functions in
objects in C++). Now, i'v heard mentioned somewhere in the mailing
list there was a more efficient way of extending Lua. Is that so? And
how?

tolua does this for you. The webpage is http://www.tecgraf.puc-rio.br/~celes/tolua/

Max