blob: f235fb48c75cb4f80bc4d1684fedc5a32bd0b9ee [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Tcl: Tool Command Language</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<? prevnext "<h1>Tcl: Tool Command Language</h1>" ?>
<ul>
<li>Easy, Flexible
<ul>
<li>Tcl is easy to learn, it has a very simple syntax. It's
also very flexible, allowing you to mold it to your needs.
</li>
</ul>
</li>
<li>Extensible, Embeddable
<ul>
<li>
You can extend Tcl in many ways, both in Tcl and in C, or
embed it directly in your applications.
</li>
</ul>
</li>
<li>Powerful, Lightweight
<ul>
<li>Tcl does many things, easily, and has a small core.</li>
</ul>
</li>
<li>Multiplatform, Free
<ul>
<li>Tcl runs on UNIX, Windows and Mac OS. Tcl is distributed under a BSD license.</li>
</ul>
</li>
</ul>
</body>
</html>