Skip to content

Instantly share code, notes, and snippets.

@schmmd
Last active December 28, 2015 08:59
Show Gist options
  • Save schmmd/7476013 to your computer and use it in GitHub Desktop.
Save schmmd/7476013 to your computer and use it in GitHub Desktop.
Scala Resources

Learning

Programming in Scala. Written by the author of Scala, this is the authoritative source. Martin Odersky is very thorough and concise. The first edition is available for free online.

Scala Documentation. The community and Typesafe have done a much better job about aggregating knowledge about learning Scala. There is a tutorial for Java developers and they are working on tutorials for Ruby and Python developers.

Scala for Java Refugees. I remember this blog series being helpful.

Neophyte's Guide to Scala

Twitter Scala School. An online resource about learning Scala.

There is also a very thorough Stack Overflow post on this topic if you need more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment