|
|
|
|
|
by tome
4235 days ago
|
|
> I don't see how it's possible to have recursion without a stack. Recursion can happen without a stack as long as function calls can happen without a stack. It's well-known how to achieve this. See Tail Call Optimization, for example. |
|