Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlengrand/functional-programming-scala
Exercises from the Functional Programming in Scala book
https://github.com/jlengrand/functional-programming-scala
educational functional functional-programming scala
Last synced: 24 days ago
JSON representation
Exercises from the Functional Programming in Scala book
- Host: GitHub
- URL: https://github.com/jlengrand/functional-programming-scala
- Owner: jlengrand
- Created: 2018-10-24T14:27:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T14:19:29.000Z (about 6 years ago)
- Last Synced: 2024-12-23T16:54:27.956Z (24 days ago)
- Topics: educational, functional, functional-programming, scala
- Language: Scala
- Homepage: https://www.manning.com/books/functional-programming-in-scala
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Functional Programming in Scala
This repo contains code written while going through [Functional Programming in Scala](https://www.manning.com/books/functional-programming-in-scala).
Everything might not be correct, as I try to do everything on my own. If you want the real answers, I suggest you go look into [the official repository](https://github.com/fpinscala/fpinscala) instead.