Hacker News new | past | comments | ask | show | jobs | submit login

Go has first-class functions, so if you want map/reduce/filter there's nothing stopping you.



Except that you lose type safety (or write an implementation for every permutation of types..)


Didn't realize that, thanks.


Go doesn't have parametric polymorphism. So yeah, there is something stopping you.



Yes, stopping me. "You can resort to a horrible ugly cludge and lose type safety for your efforts" is not having parametric polymorphism.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: