TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Understanding Tail Recursion

18 pointsby cdlalmost 12 years ago

1 comment

octo_talmost 12 years ago
A useful term when understanding tail recursion is &quot;trampoline&quot;[1], even though most compilers don&#x27;t use this, it is a very useful way of visualising tail recursive calls.<p>[1] - <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Tail_call#Through_trampolining" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Tail_call#Through_trampolining</a>
评论 #5925032 未加载