My solutions to the exercises from the excellent Scala for the Impatient book.
- The Basics => tests
- Control Structures and Functions => tests
- Working with Arrays => tests
- Maps and Tuples => tests
- Classes (task 5 java) => tests
- Objects => tests
- Packages and Imports (task 1a, 1b) => tests
- Inheritance => tests
- Files and Regular Expressions => tests
- Traits => tests
- Operators => tests
- Higher-order functions => tests
- Collections => tests
- Pattern matching and case classes => tests
- Annotations (task 4 java, 5 java) => tests
- XML Processing => tests
- Type parameters => tests
- Advanced types => tests
- Parsing => tests
- Actors => tests
- Implicits => tests
- 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