lua-users home
lua-l archive

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


On Wed, Oct 14, 2009 at 11:45 PM, Jim Jennings
<jennings.durham.nc+lua@gmail.com> wrote:
> Since (1) tables are not lists, and (2) list-processing functions can
> be implemented easily in either Lua or C, what is the benefit of
> incorporating list-processing functions into the Lua language?  I
> don't see any benefits.

Precisely.  And the vararg style can be done efficiently as a C module