Hacker News new | ask | show | jobs
by xyzzy4747 1348 days ago
I personally still don't understand the benefit of Go vs Java? They seem to accomplish similar things with similar amounts of boilerplate.
1 comments

Having used both professionally (several years each), Go is massively simpler than Java, at least for the problems we tackle. We sometimes will get a new dev on the team from Javaland, and the biggest thing for them is unlearning all of unnecessary complexity. YMMV.