Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 791 Bytes

File metadata and controls

8 lines (7 loc) · 791 Bytes

ScalaForTheImpatient

My solutions to the Scala 2.12 coding exercises in Cay Horstmann's excellent manual Scala for the impatient, which I strongly recommend for Scala learners to buy!

Notes:

  • This is ongoing work; I will publish more exercises as I do them.
  • In some exercises, I deliberately exceed the requirements by using concepts that are dealt with in later chapters.
  • Every chapter is an executable App in itself, but you can also execute all chapters together - or just command-line specified chapters - with the App AllBook.scala.
  • All exercise outputs, chapter by chapter, are visible here.