List of Java scripting languages
- List of Java scripting languages
This is a list of some scripting languages available for the Java platform:
*the Bean Scripting Framework (BSF)
*BeanShell
*Frink
*Groovy
*Hecl
*Jacl
*JavaScript (via Rhino)
*Jelly (Programming Language)
*Joy
*JRuby
*Judoscript
*Jython
*ObjectScript
*Pnuts
*Scala
* Sleep
*V
*Yoix
ee also
*JVM Languages
External links
* [http://www.is-research.de/info/vmlanguages/ Languages for the Java VM] includes a more comprehensive list (along with other languages beyond scripting).
Wikimedia Foundation.
2010.
Look at other dictionaries:
List of reflective programming languages and platforms — Programming languages and platforms that typically support reflection include dynamically typed languages such as Objective C and Smalltalk; scripting languages such as Perl, PHP, Python, VBScript, and JavaScript; and the Maude system of… … Wikipedia
List of JVM languages — This list of JVM Languages comprises computer programming languages that are used to produce software that runs on the Java Virtual Machine. Some of these languages are interpreted by a Java program, and some are compiled to Java bytecode and… … Wikipedia
Java (programming language) — infobox programming language name = Java paradigm = Object oriented, structured, imperative year = 1995 designer = Sun Microsystems latest release version = Java Standard Edition 6 (1.6.0) latest release date = latest test version = latest test… … Wikipedia
Scripting language — Scripting redirects here. For other uses, see Script. A scripting language, script language, or extension language is a programming language that allows control of one or more applications. Scripts are distinct from the core code of the… … Wikipedia
Tcl/Java — is a project to bridge Tcl and Java. This means that you can call Tcl code from a Java program, or Java code from a Tcl program.Tcl/Java consists of two packages, Jacl and Tcl Blend.JaclJacl is a Tcl interpreter that is written in Java. This is… … Wikipedia
List of programming languages by category — Programming language lists Alphabetical Categorical Chronological Generational This is a list of programming languages grouped by category. Some languages are listed in multiple categories. Contents … Wikipedia
Java (software platform) — Not to be confused with JavaScript. Java Original author(s) Oracle Corporation Developer(s) James Gosling / Sun Microsystems … Wikipedia
Java version history — The Java language has undergone several changes since JDK 1.0 as well as numerous additions of classes and packages to the standard library. Since J2SE 1.4, the evolution of the Java language has been governed by the Java Community Process (JCP) … Wikipedia
List of BASIC dialects — This article gives an alphabetical list of BASIC dialects mdash;a flat list of interpreted and compiled variants of the BASIC programming language. The dialects platform(s) (that is, the computer models and operating systems) are given in… … Wikipedia
Java Classloader — The Java Classloader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine.[1] Usually classes are only loaded on demand. The Java run time system does not need to know about files and file… … Wikipedia