[plt-scheme] Continuations and expression evaluation

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Feb 17 07:40:34 EST 2009

On Tue, Feb 17, 2009 at 11:20 AM, James Coglan <jcoglan at googlemail.com> wrote:
>... However, in the Scheme spec
> it says that operands are to be evaluated in an unspecified order. Is this
> at odds with the above continuation behaviour? Is this an accident or does
> PLT guarantee evaluation order of operands?

I'm fairly sure PLT guarantees left-to-right evaluation.

(Couldn't find it in the new Reference, but it is in the old (pre-400)
docs IIRC)

N.


Posted on the users mailing list.