[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1+ and variable-argument tables
- From: marcus <marcus.cf@...>
- Date: Fri, 20 Aug 2004 00:50:49 +0000 (UTC)
I'm +1 on tuples. It seems to me as a good generalization over parameter lists
and return lists (i like the ability to collect and unpack values without
creating tables). But i'm not sure about the details of the implemenation:
syntax, type/function names and some other things (- What about tuple
comparisons and hashing by value, like strings? - What's more useful: select or
"cdr"?)