Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Go's type system stays out of the way ... No reason to tear it down just because it doesn't go further.

By that line of reasoning, C is a great language. Better type systems exist to prevent many types of bugs. That Go ignores decades of good PL research is a valid point of critique.




> Better type systems exist to prevent many types of bugs. That Go ignores decades of good PL research is a valid point of critique.

Instead of beating around the bush, would you care to name a few essential, modern features the type system of Go is missing and which could prevent bugs in everyday programming tasks?


modern features the type system of Go is missing

How about starting with old features that it are missing, since Go is literally decades behind PL research?

- Parametric polymorphism (plus constraints e.g. in the form of type classes).

- Algebraic data types

- Pattern matching (with non-exhaustiveness checks).

- Enforcing purity via the type system.

- No null pointers.

No, these are not esoteric Haskell features, but have been around in ML since the 70ies. Also, the claim that Go's designers want to keep the language simple is not a strong argument. A language such as ML is simple.

Also, many old(er) imperative languages adopted some of these type system features, such as Ada, C++, Java, and D.


Yes, most of these things are pretty old. Why can't you accept that there are people out there who do not think that these features are unequivocal good ideas or necessary?


I am pretty sure Rob Pike does not fall into that category. My impression is that he is not all that familiar with these features from the ML-derived family of languages. Do you have a quote from him to the contrary (where he specifically rejects these features)?


G E N E R I C S

To be read as if chanted by some cheerleaders to a rather bored crowd at this point.


Parametric polymorphism ("generics") and sum types.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: