lua-users home
lua-l archive

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


> > In my understanding, we all agreed that most parts of a good module
> > system can be done in Lua itself.
> 
> I strongly urge that a module system be designed by considering user
> needs and not its ease of implementation.

My point was not "ease of implementation", but separation between the core
and the libraries. The parts of a module system written in Lua are not
"hard-wired" inside Lua, and therefore can be more easily changed and
adapted for different environmentes.

-- Roberto