Dingo: A Meta-Language for Go
github.com·7h·
Flag this post

Dingo

Go that escaped.

FeaturesQuick StartExamplesStatusRoadmapContributing


At a Glance

Sum Types: Working | Pattern Matching: Working | Error Propagation: Working | Functional Utils: Working | Playground for Go’s Future | v1.0 Target: Late 2025


Look, I love Go. But...

You know that feeling when you’re writing Go and you type if err != nil for the 47th time in a single file?

Or when you forget to check for nil and your production server learns what a panic feels like?

Or when you’re explaining to a Rust developer why Go doesn’t have sum types and they look…

Similar Posts

Loading similar posts...