funktional
Monad library
A Kotlin implementation of monadic types for functional programming.
Kotlin monads
10 stars
2 watching
2 forks
Language: Kotlin
last commit: over 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
marioariasc/funktionale | Functional programming constructs and patterns for Kotlin | 914 |
khinsen/monads-in-clojure | An introduction to monads in Clojure, covering the basics of this functional programming concept. | 224 |
haskell/mtl | A collection of monad classes and transformers that enable functional programming in Haskell | 364 |
heinrichapfelmus/operational | A library for implementing monads by specifying instructions and their operational semantics | 82 |
kallanreed/monadsharp | A collection of monadic types for C# with focus on readability and usability. | 1 |
drboolean/freeky | A collection of monads for composable and expressive functional programming in JavaScript | 176 |
markusamshove/kluent | A fluent assertion library for Kotlin that simplifies writing tests and assertions in Kotlin programming language. | 867 |
jsmonk/sweet-monads | Provides a set of monads and interfaces for working with lazy iterators in TypeScript | 346 |
pjagielski/punkt | A live coding music library/environment for Kotlin. | 317 |
aviate-labs/parser-combinators.mo | A library implementing monadic parser combinators for parsing structured data in the Motoko programming language. | 4 |
raimohanska/monads | An introduction to monads in the Haskell programming language | 12 |
fluture-js/momi | Provides a monad for middleware functions | 59 |
kotlins/kotlinslang | A Kotlin library providing functional control structures such as Try, Option, and Either for working with potentially failed or uncertain data | 22 |
thangiee/freasy-monad | A Scala macro-based library for creating typelevel monads with first-class support in IntelliJ | 114 |
rizo/ppx_monad | Provides a syntax extension for monadic computations in OCaml. | 7 |