This is a repository of talks based following the book "Functional Programming in Scala" by Chiusano and Bjarnason (http://www.manning.com/bjarnason/). There is a github repository, https://github.com/fpinscala/fpinscala, supporting the book.
Raw Github chapter links:
To do the exercises:
-
Fork the repo
-
Run
gradlew
from the root directory -
For Intellij, import the project using the build.gradle file
-
Implement the exercises, e.g. src/main/java/com/github/mperry/fpinjava/ch3/Exercises.java
-
Add, commit and push your changes to your forked repo