Hacker News new | ask | show | jobs
by sk0g 2546 days ago
Go lets me do enough object oriented programming to keep me more productive, while not creating a pile of confusion.

Sadly, there seems to be almost no functional programming concepts supported that I'd use (map, filter, reduce, lambdas). I think the lack of generics and operator overloading might have something to do with that?

1 comments

Yes. I’d assume those would come rather quickly once generics are added.