Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavelannin/monadic-swift
Monadic is a distributed Swift framework that provides a way to write code from functional programming
https://github.com/pavelannin/monadic-swift
either functional-programming monads swift
Last synced: about 2 months ago
JSON representation
Monadic is a distributed Swift framework that provides a way to write code from functional programming
- Host: GitHub
- URL: https://github.com/pavelannin/monadic-swift
- Owner: pavelannin
- License: apache-2.0
- Created: 2024-04-05T07:41:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:08:47.000Z (6 months ago)
- Last Synced: 2024-07-10T18:19:03.460Z (6 months ago)
- Topics: either, functional-programming, monads, swift
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
# Overview
## What is Monadic
Monadic is a distributed Swift framework that provides a way to write code from functional programming.### What is distributed framework
Monadic allows you to include only the part of functional programming that you plan to use in the project.
You do not need to connect everything if you do not plan to use all the functionality.