go101 VS go-sumtype

Compare go101 vs go-sumtype and see what are their differences.

go101

An up-to-date (unofficial) knowledge base for Go programming self learning (by go101)

go-sumtype

A simple utility for running exhaustiveness checks on Go "sum types." (by BurntSushi)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
go101 go-sumtype
41 11
5,382 403
- -
7.2 0.0
10 days ago about 1 year ago
HTML Go
GNU General Public License v3.0 or later The Unlicense
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

go101

Posts with mentions or reviews of go101. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-17.

go-sumtype

Posts with mentions or reviews of go-sumtype. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-13.
  • Small sum types in Golang
    1 project | dev.to | 21 Jun 2023
    I find this implementation to be quite minimal and less clumsy than alternatives. Sure, you don't get nice exhaustive pattern matching. Also, type inference gets in the way when instantiating UserKey (though you can wrap it in constructor functions). But expressing your intent using types still makes your code much more convenient and easier to understand.
  • Switching from C++ to Rust
    7 projects | news.ycombinator.com | 13 Mar 2023
    The call out to sum types is something I feel. I've been using Rust daily for almost 10 years now, and sum types are absolutely still one of the things I love most about it. It's easily one of the things I miss the most in other languages. I'm usually a proponent of "using languages as they're intended," but I missed exhaustiveness checking so much that I ported a version of it to Go[1] as a sort of lint.

    [1]: https://github.com/BurntSushi/go-sumtype

  • Rusty enums in Go
    5 projects | /r/golang | 16 Feb 2023
    A Google search for golang sum types currently shows my project as a second hit: https://github.com/BurntSushi/go-sumtype
  • Carbon Language: An experimental successor to C++
    11 projects | /r/rust | 19 Jul 2022
    I've been writing Go and Rust nearly daily for about a decade now (Go is more than a decade, Rust is about 8 years). You are not going to teach me anything about the pros and cons of either language in a reddit comment. I do not need to be taught about the "iota mess" when I've written tooling for exhaustiveness checking in Go.
  • a go linter to check switch statements for default
    3 projects | /r/golang | 25 May 2022
    https://github.com/BurntSushi/go-sumtype forces exhaustive type switches for interfaces specifically annotated to need that.
  • Go: Making state explicit using the type system
    2 projects | dev.to | 15 May 2022
    We can fix these two problems by relying on static analyzers such as go-sumtypes
  • Hacking sum types with Go generics
    2 projects | /r/golang | 14 Mar 2022
    See also https://github.com/BurntSushi/go-sumtype
  • What I'd like to see in Go 2.0
    11 projects | news.ycombinator.com | 4 Feb 2022
  • Upcoming Features in Go 1.18
    3 projects | news.ycombinator.com | 9 Nov 2021
    go-sumtype[0] has completeness checking for sealed interfaces.

    [0] https://github.com/BurntSushi/go-sumtype

  • I want enum more than generics
    2 projects | /r/golang | 13 Jan 2021
    Pretty easy to achieve outside of the compiler: https://github.com/BurntSushi/go-sumtype

What are some alternatives?

When comparing go101 and go-sumtype you can also consider the following projects:

go - The Go programming language

enumer - A Go tool to auto generate methods for your enums

rustig - A tool to detect code paths leading to Rust's panic handler

mo - 🦄 Monads and popular FP abstractions, powered by Go 1.18+ Generics (Option, Result, Either...)

go-perfbook - Thoughts on Go performance optimization

hylo - The Hylo programming language

gopl.io - Example programs from "The Go Programming Language"

go-hasdefault - a go linter to check switch statements for default

mangagram - A Telegram bot for new manga chapter alerts. Search for your favorite titles and subscribed to them for alerts.

crubit

yaegi - Yaegi is Another Elegant Go Interpreter