(no title)
jhgb
|
2 months ago
It gives you arbitrarily complex control flow even in presence of modularity. A tail call is a state transition. Without them, you'd have to resort to a big loop (which breaks modularity), or some sort of trampoline (which works but it's a bit clumsy).
artemonster|2 months ago
dragonwriter|2 months ago
jhgb|2 months ago