Jacl: Difference between revisions

From Rosetta Code
Content added Content deleted
(Listing implementations of Tcl that are of merit in this community)
 
m (mark as running on JVM)
Line 1: Line 1:
{{stub}}{{implementation|Tcl}}
{{stub}}{{implementation|Tcl}}[[runs on vm::java virtual machine| ]]
'''Jacl''' is an implementation of [[Tcl]] written in [[Java]] rather than the (more common) [[C]] version shared by [[tclsh]] and [[wish]]. The current version does not implement quite the same version of the language, does not include any support for [[Tk]], and instead includes a package for closer Java integration (allowing the use of the AWT, Swing, SWT, etc. for GUIs if desired).
'''Jacl''' is an implementation of [[Tcl]] written in [[Java]] rather than the (more common) [[C]] version shared by [[tclsh]] and [[wish]]. The current version does not implement quite the same version of the language, does not include any support for [[Tk]], and instead includes a package for closer Java integration (allowing the use of the AWT, Swing, SWT, etc. for GUIs if desired).

Revision as of 19:11, 29 August 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Jacl is an implementation of Tcl. Other implementations of Tcl.

Jacl is an implementation of Tcl written in Java rather than the (more common) C version shared by tclsh and wish. The current version does not implement quite the same version of the language, does not include any support for Tk, and instead includes a package for closer Java integration (allowing the use of the AWT, Swing, SWT, etc. for GUIs if desired).