60 likes | 208 Views
Introduction To TCL. TCL. It Stands for "Tool Command Language", is a simple, multi-paradigm open source programming language. t runs on almost any modern OS. TCL Features. String handling File system access
E N D
TCL • It Stands for "Tool Command Language", is a simple, multi-paradigm open source programming language. • t runs on almost any modern OS.
TCL Features • String handling • File system access • Several native data types: lists (a.K.A. Vectors), arrays, and dictionaries (a.K.A.Hashmaps) • Tcp/ip networking (see socket) • Threading • Regular expressions • Unicode support • Binary data handling