>> Constraints: the evaluation must be easily explainable
>> ... I think that table shows enough to recognize the pattern.
I'm trying to think about how I would explain the table in words...
"In certain cases, you can remove commas from method invocation
expression lists. The method invocation will become a series of
chained invocations of expressions pairs where the odd numbered
expression is assumed to be a method and the even numbered parameters
are objects. This works if you have an odd number of expressions
unless the last expressions is a closure. Also, this works for an even
number of expressions only if the last expressions is a closure. "
There are a few details left out, but is that the gist of it?
I feel like I see the pattern from the example but don't quite know
how to explain it.
--
Hamlet D'Arcy
hamletdrc@...
On Tue, Jun 30, 2009 at 3:25 PM, Jochen Theodorou<
blackdrag@...> wrote:
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email--
Hamlet D'Arcy