Hacker News new | ask | show | jobs
by enneff 4782 days ago
> The Go authors have repeatedly stated that they will not be implementing generics.

That's not true. We just don't have a way of doing them that works well in the language. http://golang.org/doc/faq#generics

2 comments

Yeah, I updated to reflect that. I was basing that statement on the replies I'd see on golang-nuts when the weekly generics thread came up.
What about macros then?