This is Tcl tutorial. In this tutorial, you will learn the basics of the Tcl language. This Tcl tutorial is suitable for beginners.
last modified October 18, 2023
This is Tcl tutorial. In this tutorial you will learn Tcl language. The tutorial is suitable for beginners.
- [Tcl language](tcl/)
- [Lexical structure](lexis/)
- [Basic commands](basiccommands/)
- [Expressions](expressions/)
- [Flow control](flowcontrol/)
- [Strings](strings/)
- [Lists](lists/)
- [Arrays](arrays/)
- [Procedures](procedures/)
- [Input/Output](io/)
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.
You might also be interested in Tcl/Tk tutorial or Tkinter tutorial.
My name is Jan Bodnar, and I am a passionate programmer with extensive programming experience. I have been writing programming articles since 2007. To date, I have authored over 1,400 articles and 8 e-books. I possess more than ten years of experience in teaching programming.