https://github.com/bcherny/learning-scala-v2
https://github.com/bcherny/learning-scala-v2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bcherny/learning-scala-v2
- Owner: bcherny
- Created: 2021-02-26T21:05:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T22:42:53.000Z (over 4 years ago)
- Last Synced: 2025-01-01T13:09:06.271Z (9 months ago)
- Language: Scala
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```