As I just begun reading and learning Scala somethings might be outdated. If that is so, please leave a comment below. The order reflects the importance - or just my way of learning a new language.
Basically it is: overview, syntax, some usage, pitfalls, best practices.
- Wikipedia entry Gives a simple overview, syntax, classification of the language, ...
- ScalaTutorial Basic introduction, some knowledge in Java might be helpful.
- Collections overview
- About the
uniform return type
thingy - Pitfalls
- Effective Scala