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...
Sign in to post comments.
Comments (0)
Sign in to post comments.