All Projects → cpsfy → Similar Projects or Alternatives

1161 Open source projects that are alternatives of or similar to cpsfy

functional-structures-refactoring-kata
Starting code and proposed solution for Functional Structures Refactoring Kata
Stars: ✭ 31 (-46.55%)
Mutual labels:  composition, monad, functor, applicative
do
Simplest way to manage asynchronicity
Stars: ✭ 33 (-43.1%)
Mutual labels:  asynchronous, composition, callback
future.scala
Stack-safe asynchronous programming
Stars: ✭ 38 (-34.48%)
Mutual labels:  asynchronous, continuation, monad
kudojs
A utility library to write code in functional programming style in Javascript
Stars: ✭ 22 (-62.07%)
Mutual labels:  composition, functor, applicative
elixir-control
An exploratory look into functors, applicatives, and monads for Elixir
Stars: ✭ 21 (-63.79%)
Mutual labels:  monad, functor, applicative
Crocks
A collection of well known Algebraic Data Types for your utter enjoyment.
Stars: ✭ 1,501 (+2487.93%)
Mutual labels:  composition, monad, functor
Metasync
Asynchronous Programming Library for JavaScript & Node.js
Stars: ✭ 164 (+182.76%)
Mutual labels:  asynchronous, composition, callback
Bow
🏹 Bow is a cross-platform library for Typed Functional Programming in Swift
Stars: ✭ 538 (+827.59%)
Mutual labels:  composition, monad, functor
Language Ext
C# functional language extensions - a base class library for functional programming
Stars: ✭ 3,964 (+6734.48%)
Mutual labels:  monad, functor, applicative
aioudp
Asyncio UDP server
Stars: ✭ 21 (-63.79%)
function-composition-cheatsheet
Composition of Functions
Stars: ✭ 24 (-58.62%)
Mutual labels:  composition, monad, functor
Static Land
Specification for common algebraic structures in JavaScript based on Fantasy Land
Stars: ✭ 699 (+1105.17%)
Mutual labels:  monad, functor
Category Theory
An axiom-free formalization of category theory in Coq for personal study and practical work
Stars: ✭ 562 (+868.97%)
Mutual labels:  monad, functor
Lambda
Functional patterns for Java
Stars: ✭ 737 (+1170.69%)
Mutual labels:  monad, functor
Mostly Adequate Guide Chinese
函数式编程指北中文版
Stars: ✭ 2,093 (+3508.62%)
Mutual labels:  monad, functor
Fp Core.rs
A library for functional programming in Rust
Stars: ✭ 772 (+1231.03%)
Mutual labels:  monad, functor
Functional Examples
Examples with Functional JavaScript, following Professor Frisby's course
Stars: ✭ 179 (+208.62%)
Mutual labels:  monad, functor
Funcadelic.js
Functional programming and category theory for everyday JavaScript development
Stars: ✭ 183 (+215.52%)
Mutual labels:  monad, functor
Scriptum
A fool's scriptum on functional programming
Stars: ✭ 346 (+496.55%)
Mutual labels:  composition, monad
Functional Promises
Write code like a story w/ a powerful Fluent (function chaining) API
Stars: ✭ 141 (+143.1%)
Mutual labels:  composition, monad
Thunks
A small and magical composer for all JavaScript asynchronous.
Stars: ✭ 523 (+801.72%)
Mutual labels:  asynchronous, callback
Rubico
[a]synchronous functional programming
Stars: ✭ 133 (+129.31%)
Mutual labels:  asynchronous, monad
Little Javascript Book
Early draft for The Little JavaScript Book
Stars: ✭ 305 (+425.86%)
Async Reduce
Reducer for similar simultaneously coroutines
Stars: ✭ 17 (-70.69%)
Mutual labels:  asynchronous, reducer
Tascalate Concurrent
Implementation of blocking (IO-Bound) cancellable java.util.concurrent.CompletionStage and related extensions to java.util.concurrent.ExecutorService-s
Stars: ✭ 144 (+148.28%)
Minotaur
A pythonic, asynchronous, inotify interface
Stars: ✭ 163 (+181.03%)
Learn Fp
learn-by-doing course/tutorial for functional programming on scala
Stars: ✭ 548 (+844.83%)
Mutual labels:  monad, functor
Fluokitten
Category theory concepts in Clojure - Functors, Applicatives, Monads, Monoids and more.
Stars: ✭ 408 (+603.45%)
Mutual labels:  monad, functor
Ltupatternfactory
Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns
Stars: ✭ 735 (+1167.24%)
Mutual labels:  monad, functor
Rapscallion
Asynchronous React VirtualDOM renderer for SSR.
Stars: ✭ 1,405 (+2322.41%)
Mutual labels:  stream, asynchronous
Witchcraft
Monads and other dark magic for Elixir
Stars: ✭ 864 (+1389.66%)
Mutual labels:  monad, functor
Purify
Functional programming library for TypeScript - https://gigobyte.github.io/purify/
Stars: ✭ 843 (+1353.45%)
Mutual labels:  monad, functor
Fluture
🦋 Fantasy Land compliant (monadic) alternative to Promises
Stars: ✭ 2,249 (+3777.59%)
Mutual labels:  monad, control-flow
free-arrow
Implementation of the Free Arrow in Scala and other helpful tools for working with Arrows
Stars: ✭ 14 (-75.86%)
Mutual labels:  monad, applicative
Bach
Compose your async functions with elegance.
Stars: ✭ 117 (+101.72%)
Mutual labels:  stream, callback
Tributary
Streaming reactive and dataflow graphs in Python
Stars: ✭ 231 (+298.28%)
Mutual labels:  stream, asynchronous
Zio
ZIO — A type-safe, composable library for async and concurrent programming in Scala
Stars: ✭ 3,167 (+5360.34%)
coredux
Dualism to Redux. Two-way combining of redux modules
Stars: ✭ 14 (-75.86%)
Mutual labels:  composition, reducer
Cyclops
An advanced, but easy to use, platform for writing functional applications in Java 8.
Stars: ✭ 1,180 (+1934.48%)
Mutual labels:  asynchronous, monad
Queuer
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Stars: ✭ 964 (+1562.07%)
Mutual labels:  asynchronous, asynchronous-tasks
Swiftz-Validation
A data structure for validations. It implements the applicative functor interface
Stars: ✭ 15 (-74.14%)
Mutual labels:  functor, applicative
zab
C++20 liburing backed coroutine executor and event loop framework.
Stars: ✭ 54 (-6.9%)
debugging-async-operations-in-nodejs
Example code to accompany my blog post on debugging async operations in Node.js.
Stars: ✭ 22 (-62.07%)
UnderstandingLanguageExt
This is a tutorial that aims to demonstrate the practical fundamentals behind using LanguageExt in a fashion though step-by-step tutorials which introduce and then build up on concepts.
Stars: ✭ 73 (+25.86%)
Mutual labels:  composition, monad
Iter
Simple iterator abstract datatype, intended to iterate efficiently on collections while performing some transformations.
Stars: ✭ 71 (+22.41%)
Mutual labels:  stream, monad
Framework
Asynchronous & Fault-tolerant PHP Framework for Distributed Applications.
Stars: ✭ 1,125 (+1839.66%)
Mutual labels:  stream, asynchronous
Fpgo
Monad, Functional Programming features for Golang
Stars: ✭ 165 (+184.48%)
Mutual labels:  stream, monad
Purefun
Functional Programming library for Java
Stars: ✭ 37 (-36.21%)
Mutual labels:  stream, monad
mst-effect
💫 Designed to be used with MobX-State-Tree to create asynchronous actions using RxJS.
Stars: ✭ 19 (-67.24%)
Mutual labels:  stream, asynchronous-programming
futura
Asynchronous Swift made easy. The project was made by Miquido. https://www.miquido.com/
Stars: ✭ 34 (-41.38%)
Mutual labels:  stream, asynchronous
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
Stars: ✭ 84 (+44.83%)
async
Asynchronous programming for R -- async/await and generators/yield
Stars: ✭ 37 (-36.21%)
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-56.9%)
Mutual labels:  asynchronous, asynchronous-tasks
RingBuffer
Classic ringbuffer with optional Stream interface
Stars: ✭ 53 (-8.62%)
Mutual labels:  stream, asynchronous
Crochet
Crochet: use Twisted anywhere!
Stars: ✭ 214 (+268.97%)
Mutual labels:  asynchronous, asynchronous-tasks
J-Curry
A Java library that enables applying Functional Programming concepts like currying and partial application for functions, also it supports types like Either, Try, etc... using RxJava 2 interfaces, compatible with Java 7 and above
Stars: ✭ 17 (-70.69%)
Mutual labels:  monad, functor
redux-fp
Functional programming helpers for Redux.
Stars: ✭ 28 (-51.72%)
Mutual labels:  reducer, point-free
async-chainable
An extension to Async adding better handling of mixed Series / Parallel tasks via object chaining
Stars: ✭ 25 (-56.9%)
Mutual labels:  asynchronous, callback
exile
Alternative to ports for running external programs. It provides back-pressure, non-blocking io, and solves port related issues
Stars: ✭ 74 (+27.59%)
Mutual labels:  stream
RxReduxK
Micro-framework for Redux implemented in Kotlin
Stars: ✭ 65 (+12.07%)
Mutual labels:  reducer
1-60 of 1161 similar projects