(redirected from Main.TclTk)
Tool Control Language (TCL) and Tcl Toolkit (Tk) are a pair of useful tools for putting together small programs and driving other programs. The unix expect program is based on Tcl, and the IRC bot program eggdrop uses Tcl for its scripting language. Other IRC clients also make use of Tcl.
Links
- Tcl Tutorial
- Writing good eggdrop scripts
- Tcl 8.4 Documentation
- Eggdrop scripting basic tutorial (very basic indeed)
- Eggdrop scripts (This author obfuscates his code, in a mockery of an attempt to protect it I suppose. To see it, just substitute the outer eval with a puts.
- Syntax checking: paste to http://paste.tclhelp.net/.
- New feature! Post via the net:
(cat scripts/file.tcl && sleep 2) | nc tclhelp.net 55555
(It complains about no problem description, but, meh) - New feature! Post via the net:
- eggdrop help and script archive
Pages in this section:
- Chomping The Ends Off Of Braced Strings When args are delivered to a proc in TCL, they might be contained in braces. Here's how to deal with that.
| Tags: | Categories: Links |
Recent Changes |
Printable View |
Page History |
Edit Page
Page last modified on April 17, 2012, at 08:59 PM by ImportText?