java - Why are there many languages using JVM? -


i see large list of programming languages here. reason of using jvm , other options new programming language?

byte code can run on system jvm. if creating new language, or porting old one, need generate byte code (much simpler optimal code real machine) , done.

note: many of jvm ports faster if use jvm more work has gone optimising native code.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -