5 ms·
Yeah, but worse than Go?
by ysleepy 5mo ago
Yeah, but worse than Go?
- drzaiusx11 5mo agogo's type system is significantly more limited in what it can do for you, as opposed to rust or ts. Limited syntax seems to be one of the overarching design decisions for that language, making it more like C with better concurrency primitives. It can feel a bit limiting at times, but at least they have generics now and you can almost do things like union types by constructing interfaces that mimic them, but it isn't exactly ergonomic.
- jim33442 5mo agoI could see myself picking Java over Go just cause of the error handling
- hactually 5mo agoThe go tooling and ecosystem and how it "just works" runs rings around the Java clowncar.