3
Introduction To TCL

Introduction To TCL

Embed Size (px)

DESCRIPTION

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 - PowerPoint PPT Presentation

Citation preview

Page 1: Introduction To TCL

Introduction To TCL

Page 2: 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.

Page 3: Introduction To TCL

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