lua-users home
lua-l archive

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


If I wanted anything for working with tuples/varargs/stack slices it
would simply be to store and expand varargs for calling functions.
You can do this with table.pack() but it is often weightier than it
should be.  If this were possible other things would become easier
like vectors and continuation passing style -- and memoizing
functions.