Skip to content

elephantscale/learning-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com: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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages