[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Next Version of Lua?
- From: David Manura <dm.lua@...>
- Date: Thu, 11 Jun 2009 23:27:50 -0400
On Wed, Jun 10, 2009 at 4:08 PM, wrote:
> Still it would be good to provide better support for ... in more contexts
> barring conflicts with existing syntax so that the quadratic tendencies of
> select could be minimized.
Previous discussions:
http://lua-users.org/lists/lua-l/2008-04/msg00205.html
http://lua-users.org/lists/lua-l/2006-04/msg00120.html
I do, however, question why #... and #(...) and also ...[i] and
(...)[i] necessarily must have the same meaning given that f(...) and
f((...)) have different meanings.