Scala Cheat Sheet
Here's a cheat sheet for Scala that I whipped up one weekend when I first started trying to learn the language but needed a concise quick reference.
[Update: The latest and greatest version of the Scala cheat sheet can be found on github.]
References for the quick start cheatsheet:
The Busy Developers' Guide to Scala series:
- “Don't Get Thrown for a Loop”, IBM developerWorks
- “Class action”, IBM developerWorks
- “Functional programming for the object oriented”, IBM developerWorks
Scala Reference Manuals:
- “An Overview of the Scala Programming Language” (2. Edition, 20 pages), scala-lang.org
- A Brief Scala Tutorial, scala-lang.org
- “A Tour of Scala”, scala-lang.org
"Scala for Java programmers", A. Sundararajan's Weblog, blogs.sun.com

