Hacker News new | past | comments | ask | show | jobs | submit login

Yes, tail call optimizations include mutually recursive functions.

Note that your example was not of tail calls, however. (Tail call would be: return A(...); that is, a tail call is one whose result is immediately returned.)




That does become harder to follow, then.

And, woops...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: