viktor-podzigun / scala-impatient

My solutions to Scala for the Impatient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

My solutions to Scala for the Impatient


Languages

Language:Scala 98.9%Language:Java 0.7%Language:HTML 0.4%