tool: Tcl
-
Language:
|
Tcl (Tool Command Language)
|
|---|
-
Version:
|
8.2.2
|
|---|
-
Parts:
|
interpreter, libraries, tests, documentation
|
|---|
-
Author:
|
John Ousterhout <ouster@scriptics.com>
|
|---|
-
Location:
|
|
|---|
-
Description:
|
A small text-oriented embedded language similar to LISP with
add-on extensions that allow it to also function more as a
shell. Tcl also allows algebraic expressions to be written
for simplicity and convenience. Its greatest strength lies
in its uniform representation of everything as a string.
This is also its weakness.
- +
may be used as an embedded interpreter
- +
exceptions, packages (called libraries)
- -
only a single name-space
- +
provide/require
- -
no dynamic loading ability
- +
8-bit clean
- -
only three variable types: strings, lists, associative arrays
|
|---|
-
Bugs:
|
?
|
|---|
-
Support:
|
Note: All Tcl support is now through Scriptics.com and no longer
through Sun.
|
|---|
-
Requires:
|
DOS port requires Desqview/X.
|
|---|
-
Ports:
|
MSDOS, others in progress (see comp.lang.tcl FAQ)
|
|---|
-
Discussion:
|
comp.lang.tcl
|
|---|
-
Updated:
|
November 15th, 1993
|
|---|
language: Tcl
category: embeddable
summary, or
expanded.
category: scripting languages
summary, or
expanded.
category: unix tool building
summary, or
expanded.
|
|