spiking-the-solution.tumblr.com/post/84911928674/simulating-the-call-stack

In this post we will write some Scala helper code that allows you to evaluate non-tail recursive functions as if they were tail recursive. This is done behind the scenes using an explicit stack. The...


Comments (0)

Sign in to post comments.