View on GitHub

Tech, Games and Whisky

The Sebr's Blog

Javascript Tail Recursion

|

Great post explaining all the different sorts of recursion optimizations (like Proper Tail Calls and Tail Calls Optimization) and how all these mechanisms are implemented for javascript.