[r6rs-discuss] [Formal] Delayed evaluation
AndrevanTonder
andre at het.brown.edu
Mon Oct 30 10:25:39 EST 2006
On Mon, 30 Oct 2006, AndrevanTonder wrote:
> (define (loop) (lazy (loop)))
> (loop)
The second line should be
(force (loop))
Andre
More information about the r6rs-discuss
mailing list