On Nov 27, 2007, at 7:20 PM, Yukihiro Matsumoto wrote: > 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. Then I shall put it on my todo list to change the order in rubinius. - Evan > > > matz. >