https://github.com/47degrees/func-architecture-v3
Purely functional architectural patterns v3
https://github.com/47degrees/func-architecture-v3
Last synced: over 1 year ago
JSON representation
Purely functional architectural patterns v3
- Host: GitHub
- URL: https://github.com/47degrees/func-architecture-v3
- Owner: 47degrees
- License: apache-2.0
- Created: 2016-01-26T10:08:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-03T14:24:18.000Z (over 10 years ago)
- Last Synced: 2025-04-11T21:11:50.475Z (over 1 year ago)
- Language: Scala
- Size: 859 KB
- Stars: 61
- Watchers: 57
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)