What programming languages ​​can only work on the JVM?

Depending on where you live, trying to download the JVM may result in a message like this :

Java (TM) cannot be downloaded to your computer. You are in an embargoed country.

In my opinion, IT teachers should inform children about the problems that may arise from this limited access (OpenJVM is not an Oracle JVM and is not used in business / government). No official JVM updates imply fixing vulnerabilities, exploits, bugs, etc. If the JVM is not officially available, then just let the children know about the possible consequences.

Hence my question: what languages ​​can only work on JVM / OpenJVM?

+4
source share
2 answers

Java bytecode can be recompiled into LLVM and the same probably applies to Scala - it’s quite possible for all of them. Clojure also has a CLR implementation . All other languages ​​that can run on the JVM already have their own implementations (e.g. Python and Ruby).

Technically, I don't think that there are many languages ​​that can only work on the (Oracle) JVM. The question, of course, is that any alternative implementation can help you, given that they can also be banned.

, , : , , "" . , , .

+4

JVM - www.java.com - Oracle, . (), en.softonic.com , JVM.

, JVM , JVM , Java, Scala, Jython .. . , JVM . , Java ..

, :

+3

All Articles