|
|
|
|
|
by RangerScience
1246 days ago
|
|
> the idea of typing your code is completely foreign I don't understand this? > I really don't understand [Go has computer-sciencey-correctness goals] My impression (way back when, TBH when Go was first announced and discussed) was that the language creators had some Very Strong Ideas about how to do various things 'much more correctly', and/or to avoid specific pain-points they'd had in other languages, and that those things informed a lot of the decisions about Golang; in particular the module system, generics, and error handling. I'm calling that "computer-sciencey-correctness goals", perhaps incorrectly, as I also got the impression their goals and methods were heavily informed by CS research into computer languages. |
|
Are you suggesting generics were divisive because computer science-y people didn't want them or wanted them the best way?