- Tcl - Regular Expressions
- Tcl - Built-in Functions
- Tcl - Error Handling
- Tcl - File I/O
- Tcl - Namespaces
- Tcl - Packages
- Tcl - Procedures
- Tcl - Dictionary
- Tcl - Lists
- Tcl - Strings
- Tcl - Arrays
- Tcl - Loops
- Tcl - Decisions
- Tcl - Operators
- Tcl - Variables
- Tcl - Data Types
- Tcl - Commands
- Tcl - Basic Syntax
- Tcl - Special Variables
- Tcl - Environment Setup
- Tcl - Overview
- Tcl - Home
Tk Tutorial
- Tk - Geometry Manager
- Tk - Windows Manager
- Tk - Events
- Tk - Images
- Tk - Fonts
- Tk - Mega Widgets
- Tk - Canvas Widgets
- Tk - Selection Widgets
- Tk - Layout Widgets
- Tk - Basic Widgets
- Tk - Widgets Overview
- Tk - Special Variables
- Tk - Environment
- Tk - Overview
Tcl/Tk Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Tcl - Overview
Tcl is shortened form of Tool Command Language. John Ousterhout of the University of Capfornia, Berkeley, designed it. It is a combination of a scripting language and its own interpreter that gets embedded to the apppcation, we develop with it.
Tcl was developed initially for Unix. It was then ported to Windows, DOS, OS/2, and Mac OSX. Tcl is much similar to other unix shell languages pke Bourne Shell (Sh), the C Shell (csh), the Korn Shell (sh), and Perl.
It aims at providing abipty for programs to interact with other programs and also for acting as an embeddable interpreter. Even though, the original aim was to enable programs to interact, you can find full-fledged apppcations written in Tcl/Tk.
Features of Tcl
The features of Tcl are as follows −
Reduced development time.
Powerful and simple user interface kit with integration of TK.
Write once, run anywhere. It runs on Windows, Mac OS X, and almost on every Unix platform.
Quite easy to get started for experienced programmers; since, the language is so simple that they can learn Tcl in a few hours or days.
You can easily extend existing apppcations with Tcl. Also, it is possible to include Tcl in C, C++, or Java to Tcl or vice versa.
Have a powerful set of networking functions.
Finally, it s an open source, free, and can be used for commercial apppcations without any pmit.
Apppcations
Tcl is a general-purpose language and you can find Tcl everywhere. It includes,
Scalable websites that are often backed by databases.
High performance web servers build with TclHttpd.
Tcl with CGI based websites.
Desktop GUI apppcations.
Embedded apppcations.