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

https://github.com/47degrees/func-architecture-v3

Purely functional architectural patterns v3
https://github.com/47degrees/func-architecture-v3

Last synced: 9 months ago
JSON representation

Purely functional architectural patterns v3

Awesome Lists containing this project

README

          

# Functional Programming Patterns v3 #
(For the pragmatic programmer)

In this talk we will see a pragmatic approach to building a purely functional architecture that delivers cohesive functional components.
We will cover functional patterns such as Free Monads, Free Applicatives, Coproducts, Implicits, Kleisli arrows, dependently typed checked exceptions
and types as well as how they can be glued together to achieve pure functions that are free of Interpretation, composable and fault tolerant

**Download the presentation**

1. Interactive : Clone this repo and run `sbt console`
2. [PDF](presentation.pdf) Download
3. [MD](presentation.md)
4. [SpeakerDeck](https://speakerdeck.com/raulraja/functional-programming-patterns-v3)