[r6rs-discuss] [Formal] Requirement to detect circular lists

AndrevanTonder andre at het.brown.edu
Mon Oct 2 10:39:50 EDT 2006


Here is another perfectly good program that seems to be disallowed by r6rs if I 
read it correctly:

(define (do-forever thunk)
   (for-each (lambda (ignore) (thunk))
             some-infinite-list))

Andre



More information about the r6rs-discuss mailing list