logo

learning-scala

This repository is to help anyone learning Scala, with any of the two books by Martin Odersky. Here is what is has:

  1. Solutions to exercises in the book "Programming in Scala" by Martin Odersky et al., 2008
  2. 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

Getting Started with "Programming in Scala"

cd ProgrammingInScala

Getting Started with "Scala by Example"

cd ScalaByExample

# to compile
sbt compile

# to test
sbt test

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.