[r6rs-discuss] [Formal] Formal semantics should not contain complicating optimizations

AndrevanTonder andre at het.brown.edu
Fri Mar 16 11:39:28 EDT 2007


On Fri, 16 Mar 2007, AndrevanTonder wrote:

>     (letrec* ((x (set! y 1))
>               (y y))
>       y)

Correction - that should be

      (letrec* ((x (set! y 1))
                (y 2))
        y)

It is still illegal.

Andre



More information about the r6rs-discuss mailing list