[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Library Design Workshop
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 04 Mar 2002 11:38:09 -0300
> > 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