shushill / tcl_programs

A powerful dynamic scripting language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tcl_programs

Tcl is a string based scripting language. The source code is compiled into bytecode, which is later interpreted by the Tcl interpreter. It was created by John Osterhout in 1988. The language is commonly used for rapid prototyping, scripted applications, GUIs, and testing. The Tcl stands for tool command language, where the source code of a Tcl script consists of commands.

About

A powerful dynamic scripting language


Languages

Language:Tcl 100.0%