Hi,
In message "Re: retry semantics changed"
on Wed, 28 Nov 2007 08:51:17 +0900, Evan Phoenix <evan / fallingsnow.net> writes:
|> Does rubinius evaluates arguments in right-to-left order?
|
|Yes, it does. Almost every language says that the order that the
|arguments are evaluated in is "undefined", so I simply had rubinius
|evaluate them the way that was simplest.
Unfortunately, I expect the evaluation order to be left-to-right.
matz.