|
|
|
|
|
by lysium
2787 days ago
|
|
I think the concept you describe is better named tail call eliminiation. “Optimization” makes it sound as if you could turn it off or on for performance reasons. Instead, programs rely on tail call elimination being in place or otherwise they would not work. |
|