Tcl/Java

From Wikipedia, the free encyclopedia

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.

Contents

[edit] Jacl

Jacl is a Tcl interpreter that is written in Java. This is especially useful for Java people wanting to call Tcl code.

[edit] Tcl Blend

Tcl Blend is a Tcl extension that bridges between a Tcl interpreter and a Java interpreter. This is especially useful for Tcl people wanting to call Java code.

[edit] See also

[edit] External link