[ prog / sol / mona ]

prog


New to SICP

9 2024-03-13 01:51

>>7,8

If you are familiar with Scheme, you might be wondering if you could write a loop by tail recursion in MiniLisp. The answer is no. Tail calls consume stack space in MiniLisp, so a loop written as recursion will fail with the memory exhaustion error.

I dunno about this...

18


VIP:

do not edit these