prevnext "Tcl and the Web
" ?>
Question: why should I use Tcl on the web?
Answer #1: the web is text.
- Everything that goes into a web page is text.
- Almost everything that comes out is text.
- So it would make sense to use a language that's good with
text.
- Scripting languages are good at text processing.