Hacker News new | ask | show | jobs
by edwinnathaniel 4258 days ago
> But if Go becomes the next mass adopted language for writing business applications, that will be a huge mistake for our industry.

I felt that when people say "use the right tools for the right job" and go ahead build web-app using Go, they're doing the talk the talk but not walk the walk.

1 comments

Have you written a web application in Go? It's actually quite nice. And the low memory overhead and self-contained nature of Go binaries means you can easily put multiple applications on the same machine with nothing more than a reverse proxy.