On Thu, May 7, 2009 at 4:34 PM, Yoshikatsu Fujita <[email protected]> wrote: > (import (rnrs) (fetch)) > (begin > (var-set! 100) > (display (list (var++) (var++) (var++))) > (newline)) > > REPL prints: (100 101 102)
BTW, I have another question. PLT guarantees left to right evaluation whereas Ikarus clearly does not. Was this intentional (perhaps the Ikarus compiler really takes advantage of the unspecified evaluation order for performance sake) or not?
