Hacker News new | ask | show | jobs
by Rizz 2801 days ago
That's what the tail call optimization is for, it optimizes the recursive function into a loop.