lua-users home
lua-l archive

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


> On Wed, Oct 19, 2011 at 1:25 AM, Hisham <hisham.hm@gmail.com> wrote:
> > Discussing this offlist with Fabio he also mentioned another benefit
> > of module()-style modules: that one can easily inspect the code
> > mechanically for global declarations and infer what's exported, while
> > module()-less-modules make this kind of static analysis a lot more fragile.
> 
> LuaInspect's experience has actually been the opposite. [...]

This is quite interesting. It turns upside down a strong argument in
favor of 'module'.

-- Roberto