[r6rs-discuss] [Formal] Delayed evaluation

From: AndrevanTonder <andre>
Date: Mon Oct 30 10:29:11 2006

On Mon, 30 Oct 2006, AndrevanTonder wrote:

> (define (loop) (lazy (loop)))
> (loop)

The second line should be

   (force (loop))

Andre
Received on Mon Oct 30 2006 - 10:25:39 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC