from Hacker News

Optimizing Tail Call Recursion

by silentbicycle on 11/5/14, 7:58 PM with 2 comments

  • by tonyg on 11/5/14, 10:01 PM

    I like the visualizations of the stack behaviour.
  • by osandov on 11/6/14, 12:40 AM

    This is cool! Nitpick about examples 2 and 3 - the code should return something in the else case.