Oberonc (Oberon-07 compiler for the JVM): Difference between revisions

Content deleted Content added
Added JVM link
m →‎Definition modules: Make link look nicer
 
Line 8: Line 8:
'''oberonc''' implements a DEFINITION module extension to the language, that allows Oberon-07 code to call methods written in [[Java]] or other languages that compile to JVM bytecode, e.g.: [[Kotlin]]. This facility is used by the compiler to implement the Oberon-07 runtime library.<br/>
'''oberonc''' implements a DEFINITION module extension to the language, that allows Oberon-07 code to call methods written in [[Java]] or other languages that compile to JVM bytecode, e.g.: [[Kotlin]]. This facility is used by the compiler to implement the Oberon-07 runtime library.<br/>
<br/>
<br/>
An example of a DEFINITION module being used in a Rosetta Code task to call Java code from Oberon-07 can be seen in [[Sleeping_Beauty_problem#Oberon-07|Sleeping_Beauty_problem#Oberon-07]].
An example of a DEFINITION module being used in a Rosetta Code task to call Java code from Oberon-07 can be seen in [[Sleeping_Beauty_problem#Oberon-07|Sleeping Beauty problem#Oberon-07]].