fbunau / functional-programming-in-scala

Exercises and meditations while reading "Functional Programming in Scala (Chiusano and Bjarnason)"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book : https://www.manning.com/books/functional-programming-in-scala

Code has been organized in packages according to the chapter in which the concept or exercise was introduced.

The repo contains solved exercises, code from the book examples or original code that exemplifies the concept presented.

Unit tests are used to verify and run the implementation (todo some code needs to be migrated to unit tests)

Bellow is a useful listing to help navigate the repo and revisit parts by jumping straight to the code from here:

  1. Introduction to functional programming

  2. Functional design and combinator libraries

About

Exercises and meditations while reading "Functional Programming in Scala (Chiusano and Bjarnason)"


Languages

Language:Scala 100.0%