|
|
|
|
|
by thomastjeffery
3357 days ago
|
|
> much better languages. I disagree. Java has a bloated syntax, and C++ is a mess. Java also depends on a proprietary runtime, with mostly compatible free alternatives. The biggest advantage C++ offers is speed, through memory management, which is usually a pain to deal with. Go, on the other hand, has a well thought out syntax, good support for concurrency, garbage collection, and compiles to native executables. |
|
Everything else you mention (besides native executables) Java also has. From what I can see, Java provides far better concurrency support - more paradigms than simply go routines.