[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is a Lua system easily embeddable? (was Wishlists and Modules (was [ANN] libmc))
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 4 Sep 2009 16:50:57 -0300
> 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.)