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

c++ - Linked List error when inserting for the last time -

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

tsql - Pivot with Temp Table (definition for column must include data type) -- SQL Server 2008 -