Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Several annotations in the Scala library let you control compiler optimizations. They are discussed in the following sections.
A recursive call can sometimes be turned into a loop, which conserves stack space. This is important in functional programming where it is common to write recursive methods for traversing collections.