Scala Impatient Save

My solutions to Scala for the Impatient

Project README

Scala for the Impatient

My solutions to the exercises from the excellent Scala for the Impatient book.

  1. The Basics => tests
  2. Control Structures and Functions => tests
  3. Working with Arrays => tests
  4. Maps and Tuples => tests
  5. Classes (task 5 java) => tests
  6. Objects => tests
  7. Packages and Imports (task 1a, 1b) => tests
  8. Inheritance => tests
  9. Files and Regular Expressions => tests
  10. Traits => tests
  11. Operators => tests
  12. Higher-order functions => tests
  13. Collections => tests
  14. Pattern matching and case classes => tests
  15. Annotations (task 4 java, 5 java) => tests
  16. XML Processing => tests
  17. Type parameters => tests
  18. Advanced types => tests
  19. Parsing => tests
  20. Actors => tests
  21. Implicits => tests
  22. Delimited continuations

Almost all solutions are covered with corresponding tests. You can build and run tests and see the coverage by using the following command:

activator clean coverage test coverageReport
Open Source Agenda is not affiliated with "Scala Impatient" Project. README Source: viktor-podzigun/scala-impatient
Stars
40
Open Issues
0
Last Commit
7 years ago

Open Source Agenda Badge

Open Source Agenda Rating