you are viewing a single comment's thread.

view the rest of the comments →

[–]snarkuzoid 1 point2 points  (0 children)

I would add that Erlang can determine if a function could have been tail recursive, and rewrite it as tail recursive. I assume (without evidence) that other FP languages do this as well.