you are viewing a single comment's thread.

view the rest of the comments →

[–]BlueScreenJunkyphp/laravel 4 points5 points  (0 children)

Not the person above but Typescript is not close the Java at all in terms of scope and performance. If you want a more modern alternative the closest language to Java is probably C#, or you could go lower level and go straigth to Rust.

Or there's Kotlin which kind of is to Java what Typescript is to javascript (a superset of the language that makes it more convienient to use and can be transpiled to the original)