lua-users home
lua-l archive

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


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