Tail Recursion, a Scala language concept
Last updated
In Scala, tail recursion enables you to rewrite a mutable structure such as a while-loop, into an immutable algorithm.
There's more!
To see the rest of the Scala concept, and all our other concepts for free, Register (free).