sicp-solutions/ex-1.06.txt

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