Re: [Experiment] Module system based on static hashing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [Experiment] Module system based on static hashing
- From: Sean Conner <sean@...>
- Date: 2020年4月16日 18:16:13 -0400
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