Hacker News new | ask | show | jobs
by jadbox 2438 days ago
It's a little annoying though to be forced to use interface{} as type parameters for higher order list operations as there's a performance overhead when using it. Hopefully this is remedied when Go gets type generic support.
1 comments

Not to mention the complete lack of type safety (there are unsafe-style casts even in the example code.)
Good point! I'm looking forward to generics in Go.