Projects / JTcl

JTcl

JTcl is an implementation of Tcl (Tool Command Language) written in Java that implements a large extent of Tcl 8.4 syntax and commands, limited only by API restrictions of the Java Virtual Machine. It is based on the Jacl interpreter from the TclJava project.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  23 Feb 2012 04:56

Release Notes: Three new commands have been added: lassign, lrepeat, and lreverse. A new library module was added for manipulating ZIP files. A new command utility builds stand-alone application JAR files. Two bugs that previously caused exceptions while reading from a socket and globbing files were fixed.

  •  20 Dec 2011 04:59

Release Notes: A problem in 'info command' where too many leading namespace separators were returned was fixed. An issue where an exception was thrown when opening a non-existent file in mode "a" or "a+" was fixed. A problem where file event processing on an open socket would cause excessive CPU usage was fixed. The 'hyde' module was included, which allow Java code to be compiled on-the-fly.

  •  14 Jul 2011 01:50

Release Notes: 'info nameofexecutable' now creates and returns a temporary shell/bat script that invokes JTcl. 'lset' performance issues have been fixed. 'socket -server command' now executes command as a script. All user background threads are now Java daemon threads, and will be stopped on main thread exit.

  •  14 Apr 2011 10:42

Release Notes: The 'dict' and 'apply' commands have been backported from Tcl 8.5. Tcllib is now included in the distribution. java::import now imports classes from wildcard package names ("*"). Minor bugs have been fixed.

  •  18 Nov 2010 07:02

Release Notes: This version passes a large extent of the Tcl 8.4 test suite. Major features implemented in this release include support for Tcl Advanced Regular Expressions. Asynchronous event driven I/O interacts with a new channel system. Read/write command pipelines with the exec and open commands now work. The math expression engine uses 64-bit integers. The trace command now supports command tracing.

Screenshot

Project Spotlight

Barista

A Java [dis]assembler and class file manipulation library.

Screenshot

Project Spotlight

Curses Command Front-end

A curses-based command front-end.