Skip to content

viktor-podzigun/scala-impatient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages