The Little Schemer's eternity
authorjim <jim@web>
Mon, 23 Feb 2015 06:16:45 +0000 (01:16 -0500)
committerLinux User <ikiwiki@localhost.members.linode.com>
Mon, 23 Feb 2015 06:16:45 +0000 (01:16 -0500)
topics/week4_fixed_point_combinators.mdwn

index 74b32be..3ac5db3 100644 (file)
@@ -540,7 +540,7 @@ where `BODY` is equivalent to the very formula `\n. BODY n` that contains it. So
     BODY M <~~>
     ...
 
     BODY M <~~>
     ...
 
-You've written an infinite loop!
+You've written an infinite loop! (This is like the function `eternity` in Chapter 9 of *The Little Schemer*.)
 
 However, when we evaluate the application of our:
 
 
 However, when we evaluate the application of our: