lua-users home
lua-l archive

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


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"?)