There are 3 repositories under result topic.
🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)
Functional extensions for C#
A proposal to bring ergonomic, inline error handling to JavaScript through a new try operator that always returns a Result.
A multiplatform Result monad for modelling success or failure operations.
Another School Management System
The modelling for success/failure of operations in Kotlin and KMM (Kotlin Multiplatform Mobile)
Option, Result, and Either types for TypeScript - Inspired by Rust 🦀
A lightweight C++11-compatible error-handling mechanism
Receive the activity result directly after the startActivityForResult with InlineActivityResult
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.
An extremely light and modern Operation Result Pattern library for .NET.
A simple library to implement the Result pattern for returning from services
A Rust-inspired declarative-programming and generic-type module for Golang that helps avoid bugs and improve development efficiency.
🚊 Railway-oriented library to easily model and handle success/failure for Kotlin Multiplatform.
A Result type for Julia—it's like Nullables for Exceptions
🧙 meiga is a Python µframework that provides a simple, fully typed, monad-based result type ➡️ Result[Value, Error].
detail rust error handle
Store data created during your `pytest` tests execution, and retrieve it at the end of the session, e.g. for applicative benchmarking purposes.
Tiny package for decoupling domain operation results from IActionResult and IResult types of ASP.NET Web API
A tiny package to ease the creation of test steps with shared intermediate results/state.
A fully type-safe and lightweight way of using exceptions instead of throwing errors
Kotlin Multiplatform Error Handling. Catch and handle all errors. Avoid Crashes. Like Arrow but without the black magic. No boilerplate. No performance overhead. 90+ operators.
Fully typesafe, Rust-like Result and Option types for Python
[DEPRECATED, use FsToolkit.ErrorHandling] AsyncResult and Result computation expressions and helper functions for error handling in F#
Simplify your TypeScript and JavaScript code. Use this lib and functional programming.
A couple of examples showing how pytest and its plugins can be combined to solve real-world needs.
Rust like result and option implementation for golang