[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: changes in 'require'
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 08 Jul 2005 14:53:27 -0300
> 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