Purpose: Collect pointers to pages that answer many common questions about Tcl. ---- * [On what platforms does Tcl run]? * [What debugging tools are available to a Tcl programmer]? * [What do I need to do to wrap Tcl/Tk around a command line oriented program]? * [What should I be sure to do so my Tcl based programs run cross platform]? * [Why Tcl has no GOTO command] * [Why Tcl is so much slower than Perl]? * [Why can I not place unmatched braces in Tcl comments]? * [Why can I not start a new line before a brace group]? * [Why is Tcl syntax so weird]? * [Why is keyboard entry in Tcl so crude]? * [What is the advantage of Tcl over Perl]? * [Into what directory should one install the various pieces of a tcl application or extension]? ---- [Category Tutorial]