lua-users home
lua-l archive

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




Luiz Henrique de Figueiredo wrote:
To closely follow Lua's philosophy, I think that libraries should stay the way they were before this module thing.

How have they become different, except that the protocol for C libraries is
now that they are called via lua_call instead of calling luaopen_xxx directly?
(However, this is just for some libraries that need environments.)

Based on what people said about how to statically link modules, I have to say things do have changed.