|
|
|
|
|
by slashdev
503 days ago
|
|
A lot of modern programming languages do not do tail call optimization, often citing keeping accurate stack history for debugging as an excuse. Regardless of how valid the excuse is, for such an obvious and old optimization, it’s very poorly supported. |
|