- Introduction to JVM Languages
- Vincent van der Leun
- 69字
- 2021-07-02 21:46:21
Why choose a language other than Java?
Since Java is a language that is originally designed to run on JVM, why would anyone choose another language for JVM development?
There are several reasons why a developer would do this:
- Java is a very verbose language
- Not everyone likes statically typed languages and they are not always the best solution
- Java Class Library misses some classes for common use cases