An open API service indexing awesome lists of open source software.

https://github.com/bcherny/learning-scala-v2


https://github.com/bcherny/learning-scala-v2

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Answers to exercises from [Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala)

I'll add to these every couple of weeks, as we progress through the book in book club.

## Running the tests

```
$ scala Chapter3-Tree.scala // or, another chapter
```