Hacker News new | ask | show | jobs
by yohanatan 4233 days ago
I think the right way to think about that is: "what solutions has lack of generics prevented me from writing?". From the expressive end of the power continuum, Go is way down there (somewhere below Blub probably).

http://www.paulgraham.com/avg.html

1 comments

What solutions have lack of generics (in Go) prevented you from writing?
Type-safe json decoding.