lua-users home
lua-l archive

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


On May 9, 2012, at 8:38 PM, Luiz Henrique de Figueiredo wrote:

>> That said, using table.pack seems to be more trouble than anything in that case. Using select directly seems to be more straightforward.
> 
> I disagree: table.pack does what is needed *and* creates the table that
> is returned. Very convenient.

I disagree, but to each its own :) 

Case in point: the code spend most of its effort removing what table.pack has put in the table in the first place. Very inconvenient  :D