|
|
|
|
|
by proxyon
1088 days ago
|
|
Typescript. Kotlin. Java. I cannot imagine going back to Python, Ruby or PHP after using modern languages like these. Also, Java performance is good enough. Why did anyone ever abandon Java? It's easy to read, easy to write and pleasant enough to work with. If you need C level performance, by all means go with C, Go, Rust but Java to me is perfect, and Typescript is good enough for everything else. |
|
Personally I kinda like Java, despite it having 4 different kinds of brackets and object.method() syntax. Maybe it's the combination of 1 file 1 class and using classes for everything.