blob: e3d41a5b8ccdd793002b1e4798717fc0d5f7b326 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Tcl and the Web</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<? prevnext "<h1>Tcl and the Web</h1>" ?>
<p align="center">
Question: why should I use Tcl on the web?
</p>
<p align="center">
Answer #1: the web is text.
</p>
<ul>
<li>Everything that goes into a web page is text.</li>
<li>Almost everything that comes out is text.</li>
<li>So it would make sense to use a language that's good with
text.</li>
<li>Scripting languages are good at text processing.</li>
</ul>
</body>
</html>