Table of Contents
Tool Command Language (TCL)
About
wiki/Tcl
(from “Tool Command Language”) is a
scripting language
created by John Ousterhout.
intended to be embedded into applications (
Oracle Warehouse Builder
use it as scripting language : Mixed with his
API
Java - Java Executable (Java.exe or Javaw.exe)
, it gives birth to his own language:
OMB
).
commonly used for rapid prototyping, scripted applications, GUIs and testing.
Documentation
Good Tutorial to start and as documentation
Reference Manual
Operators
Module in Tclib
Article
Eclipse - How to configure/install Eclipse to develop in TCL ?
A beginner example to start with package on TCL : HelloWorld
TCL - How to write a directory path on Windows and Unix ?
TCL - Backslash (backward slash)
TCL - Regexp - Regular Expression
TCL - String Manipulation
TCL - Boolean
TCL - AutoLoad (TclLibPath)
TCL - Special Characters
TCL - list (array or vector)
TCL - Creation of Directory