Functional Programming in Java, Second Edition: p.139 Intro to "Optimizing Recursions" - very confusing

The topic of tail recursion was more of an experimentation to show some of the capabilities. Eventually the JVM, I hope, will implement TCO and that’s what we should be relying on. Will revisit this in the future base on how things evolve. Thank you.

1 Like