Y
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
whateveracct
2438 days ago
Not to mention the complete lack of type safety (there are unsafe-style casts even in the example code.)
link
suzuki
2436 days ago
Good point! I'm looking forward to generics in Go.
link