lua-users home
lua-l archive

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


> What is not possible to do is to load just the core, not the sugar
> that init.lua adds to it. Under the new scheme, init.lua will *always*
> be called.

If the sugar is too important, maybe it's not a problem to always add
it. If it is not, maybe init.lua should not load it; instead, one would
call require "socket.sugar" to have it...

-- Roberto