Experiences with Tail Call Optimization in Ruby
http://milhouseonsoftware.com/2015/02/18/tco-in-ruby/
Turns out Ruby actually has support for TCO, but it’s not enabled by default. In this post I will talk about my experience with it and how it saved my life in the fourth programming assignment of Algorithms: Design and Analysis, Part 1 from Coursera.
Post a comment