[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Much simpler leak-free implementation possible?

This page is part of the web mail archives of SRFI 40 from before July 7th, 2015. The new archives for SRFI 40 contain all messages, not just those from before July 7th, 2015.



On Monday, August 18, 2003 3:10 PM, Andre van Tonder [SMTP:andre@xxxxxxxxxxxxx] wrote:
> Are you using the definition?
> 
>   (define from0 
>      (let loop ((x 0))
>        (stream-delay
>          (stream-cons x (loop (+ x 1))))))
> 
Yes.

Phil