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: 8 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-02T21:38:36.000Z (10 months ago)
- Last Synced: 2025-07-13T17:00:06.675Z (8 months ago)
- Topics: educational, functional, functional-programming, scala
- Language: Scala
- Homepage: https://www.manning.com/books/functional-programming-in-scala
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.