Hacker News new | ask | show | jobs
by codebje 539 days ago
If your continuation has no state to hold your recursion should already be tail called.

If it does have state, it’s probably a stack allocated closure…