|
|
|
|
|
by yummyfajitas
3357 days ago
|
|
Could you illustrate what you mean by "bloated syntax"? 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. |
|
Go routines are nice when that is all the complexity you want. Having more paradigms isn't an interesting prospect until it becomes specifically useful.
Java may be more usable in many cases, but it, in my experience, just isn't easy to work with.