https://github.com/mikla/fpinscala
https://github.com/mikla/fpinscala
functional-programming functional-programming-in-scala scala
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikla/fpinscala
- Owner: mikla
- Created: 2015-01-02T20:44:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-28T16:20:49.000Z (over 1 year ago)
- Last Synced: 2025-09-13T21:48:24.400Z (6 months ago)
- Topics: functional-programming, functional-programming-in-scala, scala
- Language: Scala
- Size: 462 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
fpinscala
=========
These repos are just a playground for functional stuff that I have discovered.
Inspired by:
* Book [Functional Programming in Scala](http://www.manning.com/bjarnason/) ([fp_in_scala](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/fp_in_scala) package)
* [The Type Astronaut's Guide to Shapeless](https://github.com/underscoreio/shapeless-guide) ([shapelessex](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/shapelessex) package)
* [Functional Structures in Scala](https://www.youtube.com/playlist?list=PLFrwDVdSrYE6dy14XCmUtRAJuhCxuzJp0) ([fsis](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/fsis) package)
* [Fp to the Max](https://www.youtube.com/watch?v=sxudIMiOo68) under ([fptomax](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/fptomax) package)
* [Cats Exercises](https://www.scala-exercises.org/cats) under [catsex.exercises](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/catsex/exercises) package)
* Experiments with Fix in [fixpoint](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/fixpoint) package.
* Functional Scala by @jdegoes, Riga 2019 [here](https://github.com/mikla/fpinscala/tree/master/fpinscala/src/main/scala/jdg/functionalscala)