9 skills found
php-slang / Php SlangThe place where PHP meets Functional Programming
stoeffel / Redux FutureFSA-compliant future monad middleware for redux
vickumar1981 / PyeffectsHandle side-effects in Python like a boss. Implements functional types for Either, Option, Try, and Future.
jsanchesleao / Fantasy FutureA Fantasy Land compatible Future Monad implementation
hoc081098 / Dart EitherEither monad for Dart language and Flutter framework. The library for error handling and railway oriented programming. Supports `Monad comprehensions` (both `sync` and `async` versions). Supports `async map` and `async flatMap` hiding the boilerplate of working with asynchronous computations `Future<Either<L, R>>`. Error handler library for type-safe and easy work with errors on Dart and Flutter. Either is an alternative to Nullable value and Exceptions.
mattfowler / MonadTransformersSimplifying Future[Option[_]] with Monad Transformers
martianoff / GalaGALA (Go Alternative LAnguage) -- a modern functional programming language that transpiles to Go. Sealed types, pattern matching, immutability by default, monads (Option, Either, Try, Future), and full Go interop. Built with Go, ANTLR4, Bazel and Claude.
etermind / TmonadOption,Result and Future monads for TypeScript (with async & generator support)
techtangents / JsasyncAsync categories and Future monads for javascript