[plt-scheme] The place of streams?

From: Eli Barzilay (eli at barzilay.org)
Date: Fri Jun 22 07:35:41 EDT 2007

On Jun 22, Noel Welsh wrote:
> On 6/22/07, Eli Barzilay <eli at barzilay.org> wrote:
> > ... unlike streams that are only lazy in the tail position):
> 
> You're referring to 'odd' streams here?  [...]

No, I'm talking about the fact that this code works in lazy scheme:

  (length (letrec ([x (cons x '())]) x))

(The even/odd issue is not relevant when the language is completely
lazy.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.