You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sicp-all-tasks/sicp/5_002e28

8 lines
332 B

Exercise 5.28: Modify the definition of the
evaluator by changing eval-sequence as described in 5.4.2
so that the evaluator is no longer tail-recursive. Rerun your experiments from
Exercise 5.26 and Exercise 5.27 to demonstrate that both versions
of the factorial procedure now require space that grows linearly with
their input.