Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmvicentehe/FunctionalProgrammingDesignPatterns
Playground with Functional Programming design patterns and some functional techniques
https://github.com/cmvicentehe/FunctionalProgrammingDesignPatterns
Last synced: 3 months ago
JSON representation
Playground with Functional Programming design patterns and some functional techniques
- Host: GitHub
- URL: https://github.com/cmvicentehe/FunctionalProgrammingDesignPatterns
- Owner: cmvicentehe
- Created: 2017-05-09T08:42:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T18:08:21.000Z (about 7 years ago)
- Last Synced: 2024-04-22T12:31:45.129Z (7 months ago)
- Language: Swift
- Size: 82 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Swift-Playgrounds - Functional Design Patterns - A few functional programming concept and patterns. (Theoretical Computer Science / Functional Reactive Programming)
README
![Language](https://img.shields.io/badge/Language-Swift-orange.svg)
# Functional programming design patterns
Playground with Functional Programming design patterns and some functional techniques
##### Fuctional design patterns implemented with some examples
- Monoid.
- Functor.
- Monad.
- Typeclass.
- Applicative.
- Future.
- Reader.