Java Virtual Machine: Difference between revisions
Appearance
Created page with "A stack based p-machine that was developed by Sun Microsystems to run Java code on, but is now used by a variety of languages as a runtime environment. The JVM co..." |
mNo edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
A stack based | A stack based p-machine that was developed by [[Sun Microsystems]] to run [[Java]] code on, but is now used by a variety of languages as a runtime environment. | ||
The JVM comes with your Java install | The JVM comes with your Java install | ||
== | ==Languages or variants that run on the JVM== | ||
* [[Clojure]] | * [[Clojure]] | ||
* | *Ceylon | ||
* | *Groovy | ||
* [[ | *Frege | ||
* [[ | *[[Kotlin]] | ||
* [[ | *[[NetREXX]] | ||
* [[Scala]] | *[[Prolog]] (See list on the page) | ||
* [[ | *[[Scala]] | ||
*[[Tcl/Tk]] (See list on the page) | |||
*Xtend | |||
[[Category:Java]] | [[Category:Java]] |
Latest revision as of 22:52, 18 January 2017
A stack based p-machine that was developed by Sun Microsystems to run Java code on, but is now used by a variety of languages as a runtime environment.
The JVM comes with your Java install