lua-users home
lua-l archive

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


On Fri, Aug 6, 2010 at 1:26 PM, Petite Abeille <petite_abeille@mac.com> wrote:
> Hmmm... this seems to be the same line of reasoning leading to the (short) disappearance of ipair... spending dollars to save pennies... in the same way as ipair seems to be back in the latest work version, I hope reason will prevail and the module function will be back as well.

This probably doesn't apply to everyone, but I can't say I've ever
used module(). I'd rather have direct control over where the module
table goes, and not rely on magic.

ipairs() isn't very magical, it's very easy to use, and the only
drawback is efficiency. I find module() weird in comparison.

-- 
~Jonathan