[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack)
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 23 Jun 2016 17:29:28 +0200
On Thu, Jun 23, 2016 at 5:16 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> As long as Lua 5.1 (via LuaJIT) is still relevant, `table.pack` isn't really
> that useful since you need `{n=select('#',...),...}` anyway ...
It's trivial to define table.pack when you use that pattern, although
it's going to be a little slower. Making applications
version-tolerant is not a big deal.
- References:
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), KHMan
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Viacheslav Usov
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Dirk Laurie
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Viacheslav Usov
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Philipp Janda
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Viacheslav Usov
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Viacheslav Usov
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Andrew Starks
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Viacheslav Usov
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Andrew Starks
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Luiz Henrique de Figueiredo
- Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack), Philipp Janda