Hacker News new | ask | show | jobs
by lucian1900 4831 days ago
Scheme implementations will compile any tail calls into jumps, even if they're mutually recursive. This is easy to understand by doing CPS transformation by hand on such calls.