|
|
|
|
|
by kuratkull
1272 days ago
|
|
Really interested what you mean by Java having gaps compared to Golang. You can basically write Golang like code in Java, just leave out any useful language features and you've got it.
I have used both professionaly and am not a fan of either. (I really like typed and compiled languages, so those are not my issues with them). |
|
Co-routines have been in Kotlin for a while, got added to Java (Project loom) recently. Same for startup time. Native image support in Project Leyden