lua-users home
lua-l archive

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


On 13/04/2011, at 9:08 AM, Francesco Abbate wrote:

> I've just a question, do you think it would be reasonable and/or
> useful to have C API for cdata ? I mean something equivalent to
> lua_pushuserdata, lua_touserdata, etc.

What could you do with "lua_pushcdata" and "lua_tocdata" that you couldn't achieve with the FFI?

Cheers,
Geoff