lua-users home
lua-l archive

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


> 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.)