+ 14
Which one is better Go or java?
3 Answers
+ 8
Go is better than Java if you are using Go the same way Google is using it on their servers. Otherwise, if your goals in operating a server-based solution is not the same as Googleās, you probably are better off with Java. If I was building a server-based platform that was kind of like Googleās in terms of operations, scale, and software engineer philosophy, Iād probably embrace Go.
Otherwise, for business applications, enterprise software situations, the large and tested solutions in the Java world are a huge advantage. Java provides mature tooling, frameworks, community, and productivity that are greater benefits day-to-day than the possibility of Internet scale performance and optimization when dealing in general business programming scenarios.
GoĀ is the better choice if you want to use communicating sequential processes (CSP) or to use a one thread per request model.
JavaĀ has the better tooling (IDE support) and has a much larger community in industry.Ā JavaĀ is the better choice if you want to have type safe generics.
+ 11
thanks @GAWEN STEASY
0
"Everything interesting thatās happening is either powered by Go, or soon will be." via @bketelsen chlg.co/1U961pG #golang