Blast From the Past
Learn about the history of Scala.
We'll cover the following...
A brief history of Scala
It may be helpful to look back on how Scala has changed and improved over the last few major releases.
Scala 2.9
Scala 2.9 introduced some new features, including:
- Parallel Collections: Every collection can be converted into a corresponding parallel collection using the
parmethod. AppTrait:App