Jump to content

Java Virtual Machine: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
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


==Known languages or variants that run on the JVM==
==Languages or variants that run on the JVM==
* [[Clojure]]
* [[Clojure]]
* [[Ceylon]]
*Ceylon
* [[Groovy]]
*Groovy
* [[Frege]]
*Frege
* [[Kotlin]]
*[[Kotlin]]
* [[NetREXX]]
*[[NetREXX]]
* [[Scala]]
*[[Prolog]] (See list on the page)
* [[Xtend]]
*[[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

Languages or variants that run on the JVM