|
|
|
|
|
by klabb3
1324 days ago
|
|
As someone who likes Go, agreed 100%. Sum types + pattern matching + tuples alone are so powerful, they could fix like top 5 of my biggest annoyances with Go. Add some syntax sugar (like '?' from Rust), and it fixes a majority of the boilerplate issues. Imo, people praise Rust too much for the ownership and safety story, and way to little for its (more simplistic) excellent decisions around simple types. |
|