Arc Forumnew | comments | leaders | submitlogin
2 points by sacado 5890 days ago | link | parent

Tail recursion is interesting as it is not especially an optimization for speed but as a way to make programmers rely primarily on functional programming : if you don't have it, functional programming is rapidly a dead-end as you can make the stack explode really fast. As a bonus, it is faster :)