Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.02 KB

README.adoc

File metadata and controls

18 lines (12 loc) · 1.02 KB

Functional Programming in Java

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:

  • Clone 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