Skip to main content

JVM Languages

List of JVM languages



The Java Virtual Machine (JVM) isn’t just for Java anymore. The JVM was initially designed to support only the programming language Java. However, as time passed, even more languages were adapted or designed to run on the Java platform.
1. Java (statically-typed object-oriented)
2. Scala (statically-typed object-oriented and functional programming)
3. Groovy (dynamic and static typing and scripting language)
4. Clojure (dynamic and functional)
5. Kotlin (statically-typed)
6. Ceylon (statically typed object-oriented language)
7. Xtend (object-oriented)
8. Fantom (object-oriented)
9. X10 (experimental object-oriented language)
Learn More. https://en.wikipedia.org/wiki/List_of_JVM_languages

Comments

Popular posts from this blog

Web API - URL API

Interceptors in Angular - Adding custom headers in all http request.