result
There are 311 repositories under result topic.
samber/mo
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
vkhorikov/CSharpFunctionalExtensions
Functional extensions for C#
arthurfiorette/proposal-safe-assignment-operator
Draft for ECMAScript Error Safe Assignment Operator
mobily/ts-belt
🔧 Fast, modern, and practical utility library for FP in TypeScript.
michaelbull/kotlin-result
A multiplatform Result monad for modelling success or failure operations.
hrshadhin/school-management-system
Another School Management System
kittinunf/Result
The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)
ardalis/Result
A result abstraction that can be mapped to HTTP response codes if needed.
thames-technology/monads
Option, Result, and Either types for TypeScript - Inspired by Rust 🦀
swan-io/boxed
Essential building-blocks for functional & safe TypeScript code
kean/Future
Streamlined Future<Value, Error> implementation
bitwizeshift/result
A lightweight C++11-compatible error-handling mechanism
florent37/InlineActivityResult
Receive the activity result directly after the startActivityForResult with InlineActivityResult
arnetheduck/nim-results
Friendly value-or-error type
andeya/gust
A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.
jscarle/LightResults
An extremely light and modern Operation Result Pattern library for .NET.
MrDave1999/SimpleResults
A simple library to implement the Result pattern for returning from services
GetStream/stream-result
🚊 Railway-oriented library to easily model and handle success/failure for Kotlin Multiplatform.
everweij/typescript-result
A Result type inspired by Rust and Kotlin that leverages TypeScript's powerful type system to simplify error handling and make your code more readable and maintainable with full type safety.
iamed2/ResultTypes.jl
A Result type for Julia—it's like Nullables for Exceptions
MaT1g3R/option
Rust like Option and Result types in Python
alice-biometrics/meiga
🧙 meiga is a Python µframework that provides a simple, fully typed, monad-based result type ➡️ Result[Value, Error].
hrshadhin/osums
Open Source University Management System
baoyachi/rust-error-handle
detail rust error handle
smarie/python-pytest-harvest
Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
Subito-it/Esito
Esito ambition is to be your return type for suspending functions.
smarie/python-pytest-steps
A tiny package to ease the creation of test steps with shared intermediate results/state.
ivanhofer/exceptionally
A fully type-safe and lightweight way of using exceptions instead of throwing errors
ulrikdamm/Forbind
Functional chaining and promises in Swift
mplanchard/safetywrap
Fully typesafe, Rust-like Result and Option types for Python
cmeeren/Cvdm.ErrorHandling
[DEPRECATED, use FsToolkit.ErrorHandling] AsyncResult and Result computation expressions and helper functions for error handling in F#
OctoD/tiinvo
Simplify your TypeScript and JavaScript code. Use this lib and functional programming.
respawn-app/ApiResult
ApiResult is a Kotlin Multiplatform declarative error handling framework that is performant, easy to use and feature-rich.
smarie/pytest-patterns
A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.
cbyad/either_option
A small typed and safe library for error handling with functionnal programming concept in Dart and flutter project
eminarican/safetypes
Rust like result and option implementation for golang