Tool Command Language (Tcl) is an interpreted language and very portable interpreter for that language. Tcl is embeddable and extensible, and has been widely used since its creation in 1988 by John Ousterhout.
Bug reports to http://core.tcl.tk/tcl/
Follow code development at http://core.tcl.tk/tcl/
This project houses two packages:
* windetect (latest release: 2.0.1)
Windetect is a Tk library that provides the detection functionality for tracking windows in a Tk GUI with the mouse pointer.
* tkwintrack (latest release: 2.1.1)
Tkwintrack is an inspection tool for developers of Tk GUI's. While tracking individual windows in a GUI with the mouse pointer, tkwintrack outlines them and displays their pathname in a small widget. Window pathnames reported in this pathname widget may be copied to the clipboard using a keyboard shortcut. To run tkwintrack, you need package windetect as well.
...
...The developer can benefit from a rich and extensible set of predefined functions (typically implemented in C) which can be registered for use on objects and classes in a given object system. NSF provides a tool box for defining dynamic, object-oriented, and domain-specific languages.
NSF ships with 3 fully scripted language definitions, containing XOTcl 2 and the Next Scripting language NX.
NX is a highly flexible and object-oriented scripting language. It is a descendant of XOTcl and was designed based on 10 years of experience with XOTcl in projects containing several hundred thousand lines of code. ...
The FSKC is a CASE tool that allows developers to specify all valid and invalid state-event combinations of a finite state machine (FSM) through a simple to use GUI. Functions called from the FSK can be coded and linked to form a complete FSM.
YaDT - Yet another Diff Tool. It is another front-end for diff and in earlier versions diff3 utility. With YaDT you can compare and merge 2 and/or 3 files. YaDT is written on Tcl/Tk and wrapped in a single executable file with the help of sdx and tclkit. diff and cvs utilities are embedded inside YaDT. Also, YaDT supports Git and Mercurial repositories, but git and hg are not embedded inside YaDT, you should have git/hg executable in your path environment.
Expect is a tool for automating interactive applications such as telnet, ftp, passwd, fsck, rlogin, tip, etc. Expect is also useful for testing these same applications.
Expect-lite is an quick and easy command line automation tool. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required!
Source Navigator NG is a source code analysis tool.
With it, you can edit your source code, display relationships between classes and functions and members, and display call trees.
You can navigate your source code and easily get to declarations or implementations of functions, variables and macros (commonly called "symbols") which helps you discovering and mapping unknown source code for enhancement or maintenance tasks.
New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Sudokut is a platform-independent Sudoku Solver written in Tcl. It is a command line tool, with no graphic interface: just pass a sudoku problem as a string to the command and it returns all possible solutions. It also explains the entire resolution process.
Elmer is a tool which embeds a Python module into a C, C++, or Tcl
application. The embedded Python module is used just as if it was written in
the same language as the application itself, without requiring any knowledge of
the Python/C API.
Eskil is a graphical tool to view the differences between files and directories. It supports version management and patch files and has various preprocessing and alignment options to improve the display of tricky diffs.
Source Navigator NG is based upon RedHat's Source Navigator. Source Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees.
Version of the wish interpreter implementing an interface to the Fast Light Tool Kit (FLTK) portable GUI development environment. FLTK applications can be developed using Tcl scripts
Simple tool to parse the contents of /proc or /sys entries and graph their values. An oscillosope for software types. Intended for developers, admins or the curious to understand the performance and behaviour of their systems.
...It gives you informations about Tcl-related software on the Internet. Then you will find their updates and download them. This is also the home of Lua-Markdoc, a documentation tool written in Lua.
Recon-Calc is a source code feature location tool based on the Software Reconnaissance technique. It allows you to name features of your system and then, based on coverage profiles gathered, you can find where they are implemented in the source code.
PEP is a modelling and verification framework for parallel systems, providing a large number of different modelling languages and verification techniques (e.g. SDL, Petri nets and model checking)
tmk - a tcl based intelligent ``make`` tool. This ``make`` tool
combines the functionality of a traditional make utility with the
power of the Tcl scripting language. tmk works on everywhere
Provide visual tools to help user of NS (Network Simulate) in wireless network related studies. test, compare, statistics wireless network protocols (like TCP, IP,...); wireless nodes moving and data link visual scenario creator,enhanced graph tool...
CVS Chronoview is a client-side tool that presents a chronological view of the history of multiple files in a CVS repository. It does not rely on any server-side tool.
The TclPro tool set includes a graphical debugger, a static code checker,
a wrapper to generate stand-alone executables, a "compiler" that
writes out Tcl byte codes, and a loader that reads byte codes.