An open API service indexing awesome lists of open source software.

https://github.com/mikla/fpinscala


https://github.com/mikla/fpinscala

functional-programming functional-programming-in-scala scala

Last synced: 3 months ago
JSON representation

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)