Golang FP for error handling?

This page summarizes the projects mentioned and recommended in the original post on /r/functionalprogramming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • go-monads

    experimental implementation of basic monads based on go2 generics draft

  • Using an ADT like Either should work There is an implementation here https://github.com/OlegStotsky/go-monads Also this article looks interesting https://awalterschulze.github.io/blog/post/monads-for-goprogrammers/

  • go-functional

    go-functional is a library that offers functional programming in Go using generics

  • In my hobby project I've solved this in Go 1.18 by stealing Rust's Result[T] type and implementing it in Go: https://github.com/BooleanCat/go-functional/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Diffoci – diff for Docker and OCI container images

    2 projects | news.ycombinator.com | 2 May 2024
  • HTMX: Multi-select Form Control without JS

    1 project | dev.to | 2 May 2024
  • Open source software maintenance is difficult: examples with Go math/rand/v2 and testify

    1 project | dev.to | 2 May 2024
  • Go: the future encoding/json/v2 module

    2 projects | dev.to | 2 May 2024
  • Case Study: Real-time Android Charts for Medical Industry

    1 project | dev.to | 2 May 2024