lua-users home
lua-l archive

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


> Lua cannot represent or use a generic function pointer on the Lua
> side (other than as a void pointer), [...]

Lua 5.2 can, with a light C function. (Of course, you should never expose
that value to any Lua code that could try to call it.)

-- Roberto