lua-users home
lua-l archive

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


It was thus said that the Great Luiz Henrique de Figueiredo once stated:
> 
> Perhaps we need an extension of luaL_Reg to
> contain data types. Any thoughts?

  I wouldn't mind, but I also don't see a pressing need for this.  At the
very least, I think you'll need to consider functions, integers, floats,
booleans, lightuserdata and strings; the other types (tables, userdata,
threads) are probably too complex to construct via luaL_Reg.

  -spc