sicp-solutions/ex-1.06.txt

4 lines
171 B
Plaintext
Raw Normal View History

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