This repository is to help anyone learning Scala, with any of the two books by Martin Odersky. Here is what is has:
- Solutions to exercises in the book "Programming in Scala" by Martin Odersky et al., 2008
- Solutions to exercises in the book "Scala by Example" by Martin Odersky, 2014
To clone the repo
git clone [email protected]:elephantscale/learning-scala.git
cd ProgrammingInScala
cd ScalaByExample
# to compile
sbt compile
# to test
sbt test
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.