sicp-solutions/chapter-1/ex-1.06.txt
2025-03-18 16:28:27 +01:00

3 lines
171 B
Text

The program will run into an infinite loop, because in every execution of
square-iter, the improve function is called again, since this is an
applicative-ordered language