Question: Explain why tail call optimization is important in functional languages and why it is okay for imperative languages such as C, Python or Java not
-
Explain why tail call optimization is important in functional languages and why it is okay for imperative languages such as C, Python or Java not to perform tail call optimization. (In other words, even tail-recursive functions use a linear amount of stack space in the recursion depth in these languages.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
