Why Generics?
blog.golang.org
Why Generics?
1–10 of 261 posts
Re: Why Generics?
#2However, I think that the people we should be listening most are the ones developing huge projects in Go, like Kubernetes. Would having generics with this new contracts thing make it easier to develop and maintain e.g. Kubernetes? I'm truly curious.
Re: Why Generics?
#3Re: Why Generics?
#4Re: Why Generics?
#5 Go 3: Why HKT?
Go 4: Why homoiconicity?
Go 5: Why uniqueness and borrowing?Re: Why Generics?
#6Go 3: Why HKT? Go 4: Why homoiconicity? Go 5: Why uniqueness and borrowing?
Re: Why Generics?
#7why are people obsessed with simplicity? there's a quotation my Einstein that I like to keep in mind: "make things as simple as they can be but no simpler". the implication being that if you make things too simple then you actually break things. lack of generics makes for software that's actually more complex than it needs to be. Take for example Swift: lots of complex features (protocols, all manner of functional tr…
Re: Why Generics?
#8https://hn.algolia.com/?query=generics&sort=byPopularity&pre...
Re: Why Generics?
#9There must be an answer to this, but I've never seen a good response to why they aren't implementing parametric types and (single-parameter) typeclasses instead.
Simplicity? Yes, but generics are hardly any simpler.
Re: Why Generics?
#10why are people obsessed with simplicity? there's a quotation my Einstein that I like to keep in mind: "make things as simple as they can be but no simpler". the implication being that if you make things too simple then you actually break things. lack of generics makes for software that's actually more complex than it needs to be. Take for example Swift: lots of complex features (protocols, all manner of functional tr…
I have yet to find one practical application for generics in the apps I've built in Go.