Hacker News new | ask | show | jobs
by dvektor 621 days ago
So what do you think of Go after the project? What language(s) did you come from?
1 comments

IMO, it hits a nice sweet spot between performance and level of abstraction, especially w.r.t. concurrency and networking. Also I found that you get things done incredibly fast. I am mostly doing Python and some C, so Go feels like "somewhere in between".