[gambit-list] Marc, does Gambit evaluate left-to-right order always or only generally?
Marc Feeley
feeley at iro.umontreal.ca
Mon Nov 13 08:45:25 EST 2017
Execution order is arbitrary. The interpreter and compiler don’t use the same ordering. The interpreter tends to be mostly left-to-right, but don’t count on it.
Marc
> On Nov 12, 2017, at 4:19 PM, Adam <adam.mlmb at gmail.com> wrote:
>
> Hi Marc!
>
> Does Gambit evaluate left-to-right order always or only generally?
>
> Thanks,
> Adam
More information about the Gambit-list
mailing list