|
|
|
|
|
by jlward4th
1920 days ago
|
|
Author here. Yeah, the Go language feels very archaic when using more modern languages. Some things I miss when I use Go: immutability as a default, monadic error handling, type classes, higher-kinded types, high-level collection operations (map, flatmap, filter, etc), ADTs, extensive pattern matching, expression-orientedness, and explicit null handling. |
|
It’s archaic enough that everyone can get things done instead of worrying about esoteric new features.