Tcl 38

Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful. Tcl casts everything into the mold of a command, even programming constructs like variable assignment and procedure definition. Tcl supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles.

Wikipedia

Features

Multi-file mode

Versions

Name Version ID Multi-file mode
tclsh 8.6 1
tcl 8.6 3

Libraries

-

Examples

TEST problem

Sample solution to the TEST programming problem.

test_problem.tcl
test_problem.in