[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: Javier Guerra Giraldez <javier@...>
- Date: Thu, 23 Jun 2016 16:48:30 +0100
On 23 June 2016 at 16:16, 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 ...
LuaJIT does include `table.pack()` with the
-DLUAJIT_ENABLE_LUA52COMPAT, which is default on some binaries.
--
Javier
- 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