Y
Hacker News
new
|
ask
|
show
|
jobs
by
unix1
1643 days ago
I too was playing around with Go generics. I wrote some naive concurrent filter and fold (reduce) functions for slices and maps here
https://github.com/unix1/gostdx
if anyone is curious how those would feel.