Will go ever get C/Java style exceptions?

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

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
  • eris

    Error handling library with readable stack traces and flexible formatting support 🎆 (by rotisserie)

  • What really sucks IMO is that there's no compiler support for exhaustive error checks, the amount of boilerplate for handling errors, no sum types like Rust, horrible stacktraces unless you use something like eris, the ease with which you can ignore errors, all make for really poor error handling as it remains. It is now the #1 challenge that devs report for Go as per their own survey. We might see some improvements on this front at some point and seeing the new errors.Join stuff is giving me hope

  • xla

    A machine learning compiler for GPUs, CPUs, and ML accelerators (by openxla)

  • I'm doing something that uses XLA to quickly execute computation graphs (in CPU, GPU or TPUs). One builds the graph, and later executes it (quickly) on actual values (sometimes large tensors).

  • 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

  • Zap logging package

    1 project | /r/golang | 18 Aug 2022
  • errors alternatives - tracerr and err2

    3 projects | 6 Dec 2023
  • ProblemDetails: Error Handler base on RFC 7807 standard for Go.

    1 project | /r/coolgithubprojects | 21 Oct 2022
  • ProblemDetails: Error Handler base on RFC 7807 standard for Go.

    1 project | /r/golang | 21 Oct 2022
  • A Simplerr way to use errors in Go!

    1 project | /r/golang | 15 Oct 2022