Hacker News
- No more tail calls in Javascript? http://lambda-the-ultimate.org/node/3047 13 comments
- Recursion, Tail Calls and Trampolines in JavaScript (2015) http://www.datchley.name/recursion-tail-calls-and-trampolines/ 24 comments
- All About Recursion and Tail Calls in JavaScript http://lucasfcosta.com/2017/05/08/All-About-Recursion-PTC-TCO-and-STC-in-JavaScript.html 21 comments
- Tail call optimization for JavaScript in Babel https://github.com/krzkaczor/babel-plugin-tailcall-optimization 2 comments
- What happened to proper tail calls in JavaScript? (2021) https://www.mgmarlow.com/words/2021-03-27-proper-tail-calls-js/ 144 comments
- JavaScript (ES6) Has Proper Tail Calls http://bbenvie.com/articles/2013-01-06/javascript-es6-has-tail-call-optimization 58 comments programming
- JavaScript (ES6) Has Tail Call Optimization http://bbenvie.com/articles/2013-01-06/javascript-es6-has-tail-call-optimization 24 comments javascript
- A simple explanation of proper tail calls for javascript! https://gist.github.com/anonymous/d57bcd9ff8e494863c5050a03c958a3e 4 comments javascript
- A simple explanation of proper tail calls for javascript! https://gist.github.com/anonymous/d57bcd9ff8e494863c5050a03c958a3e 3 comments programming
- Javascript: "a justification for tail calls could not be found." http://lambda-the-ultimate.org/node/3047 109 comments programming