<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Okay, this is a bit whimsical. I tried entering the following in Lazy Scheme (expecting something about an unbound identifier call/cc or some such)</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>(define (f a)</DIV><DIV>    (call/cc</DIV><DIV>     (lambda (k)</DIV><DIV>       (if (&gt;= a 0) a</DIV><DIV>           (k (- 0 a))))))</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>It does correctly compute the absolute value in normal (er....better make that standard) Scheme, but (f -4) seems to loop indefinitely in Lazy Scheme. Now, maybe that's just the point, but I thought it might also be possible that it's due to an unrelated bug. Is this behavior "expected"?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><BR><DIV> <SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><SPAN class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><DIV>Gregory Woodhouse</DIV><DIV><A href="mailto:gregory.woodhouse@sbcglobal.net">gregory.woodhouse@sbcglobal.net</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Metaphors be with you.</DIV><BR class="Apple-interchange-newline"></SPAN></SPAN> </DIV><BR></BODY></HTML>