|
|
|
|
|
by sabauma
3430 days ago
|
|
The notion that not having proper tail calls aids debugging always seemed like a post-hoc justification. The stack trace of an iterative function will lack exactly the same intermediate evaluation frames as a tail-recursive implementation. |
|