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, it gives birth to his own language: OMB ).
  • commonly used for rapid prototyping, scripted applications, GUIs and testing.

Documentation

Article