Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-23 13:56
2.2.0

Wurden drei neue Befehle hinzugefügt: Lassign, Lrepeat, und Lreverse. Ein neue Bibliothek-Modul wurde zum Manipulieren von ZIP-Dateien hinzugefügt. Ein neue Befehlszeilen-Dienstprogramm erstellt eigenständige Anwendung JAR-Dateien. Zwei Bugs, die zuvor Ausnahmen beim Lesen aus einem Sockel und Globbing-Dateien verursacht wurden behoben.
Tags: Stable
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.

2011-12-20 13:59
2.1.0

Ein Problem in 'Info Befehl' wo zu viele führende Namespace-Trennzeichen zurückgegeben wurden, wurde behoben. Ein Problem, in denen eine Ausnahme ausgelöst wurde, beim Öffnen einer Datei nicht Existent im Modus "a" oder "a +" wurde behoben. Ein Problem, wo Datei Ereignisverarbeitung einen offenen Socket übermäßige CPU-Auslastung verursachen würde, wurde behoben. Das Modul "Hyde" wurde aufgenommen, die Java-Code kompilierte on-the-Fly zu ermöglichen.
Tags: Stable
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.

2011-07-14 10:50
2.0.0

'Info nameofexecutable' jetzt erstellt und gibt eine temporäre Shell / bat-Skript, das JTcl aufruft. "LSet" Performance-Probleme wurden behoben. "Socket-Server-Befehl 'führt nun Befehl als ein Skript. Alle Benutzer Hintergrund-Threads sind nun Java-Daemon-Threads und auf Haupt-Thread beenden gestoppt werden.
Tags: Stable
'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.

2011-04-14 19:42
2.0.0 beta 1

Die 'dict' und 'Anwenden' Befehle von Tcl 8.5 portiert. Tcllib ist jetzt in der Distribution enthalten. java:: import importiert nun Klassen aus Wildcard Paketnamen ("*"). Kleinere Fehler wurden behoben.
Tags: Beta
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.

2010-11-18 16:02
2.0.0 alpha1

Diese Version läuft weitgehend der Tcl 8.4 Testpaket. Wichtige Funktionen in dieser Version implementiert die Unterstützung für Tcl Erweiterte Reguläre Ausdrücke. Asynchrone ereignisgesteuerte E / A interagiert mit einem neuen Kanal-System. Lesen / Schreiben Befehl Pipelines mit dem exec und offene Befehle jetzt funktionieren. Die mathematischen Ausdruck Engine nutzt 64-Bit-Integer. Die Trace-Befehl unterstützt jetzt Befehl Tracing.
Tags: Alpha
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.

Project Resources