Functional Programming in Scala
Introduction
1.
What is functional programming?
2.
Getting started with functional programming in Scala
2.1.
Exercise
2.2.
Exercise
2.3.
Exercise
2.4.
Exercise
2.5.
Exercise
3.
Functional data structures
3.1.
Exercise
3.2.
Exercise
3.3.
Exercise
3.4.
Exercise
3.5.
Exercise
3.6.
Exercise
3.7.
Exercise
3.8.
Exercise
4.
Handling errors without exceptions
4.1.
Exercise
4.2.
Exercise
4.3.
Exercise
4.4.
Exercise
5.
Strictness and laziness
5.1.
Exercise
5.2.
Exercise
5.3.
Exercise
5.4.
Exercise
5.5.
Exercise
5.6.
Exercise
Powered by
GitBook
Functional Programming in Scala
Functional Programming in Scala
This book is written to document the solutions attempted to solve the exercises in the book