Download a Tcl interpreter at www.tcl.tk
Tcl is actually a great scripting language, albeit a bit old. I used it quite a bit in college at UC Berkeley, where it was created by John Osterhout. It's a great "glue" language -- it allows you to quickly, easily build a GUI for C++ code, but Tcl is a great stand-alone language as well. It has excellent string processing capabilities (regex, associative arrays, etc.).
|