Java Command Language
Jacl – Tcl/Java | |
---|---|
Basic data
|
|
Current version | 1.4.1 (4 April 2008) |
Operating system | platform-independent |
Programming language | Java, Tcl |
Category | Program library |
License | BSD license |
http://tcljava.sourceforge.net |
Java Command Language(JACL) is a Tcl interpreter written in Java. The fact that Jacl is written in Java makes Jacl scripts as well as Tcl scripts platform independent. The “normal” Tcl interpreter is also available on many platforms. The Jacl library can be used to use Java libraries within Tcl, but also to access Tcl functions from Java.
See also
- Jython – Implementation of the programming language Python in Java
- Rhino – Implementation of the programming language JavaScript in Java
- JRuby – Implementation of the programming language Ruby in Java
Web links
Categories
- Tcl
- Java program