[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Library Design Workshop
- From: erik@... (Erik Hougaard)
- Date: Mon, 4 Mar 2002 18:34:58 +0100
----- Original Message -----
> 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.
And that very important. In several environments a "normal" file system is
not available. My coldfire implementation has no filesystem and in uCore all
code is comming out of central repository.
So a module system written within Lua has the best survival chances.
/Erik