- Win32 F/OSS :
- Kool Aid :
- MinGW :
- Editor :
- CVS - Install :
- CVS - Use :
- Assorted Tools :
- Apache Install :
- PHP Install :
- MySQL Install :
- Ada :
- Asm :
- Awk :
- Basic :
- C++ :
- Caml :
- cLisp :
- Cobol :
- D :
- Fortran :
- Eiffel :
- Erlang :
- Haskell :
- Java :
- Javascript :
- Logo :
- Pascal :
- Perl :
- php :
- Prolog :
- Postscript :
- Python :
- Ruby :
- Scheme :
- Smalltalk :
- Tcl/Tk :
win32 F/OSS development - Tcl/Tk
Tcl (pronounced "tickle") is a scripting language often used with the Tk widget set designed to be embedded into applications. Tkinter, the standard GUI in Python, is an OOP layer on top of Tcl/Tk. Tk is bundled with Ruby and bindings exist for Perl, C++, Lisp and likely others.
Install
Head over to ActiveState to grab the free download version of Active Tcl.
Look for the Windows package, download and run the installer. It installs Tcl, Tk, Expect and some extensions.
Documentation
- Tcl/Tk Man Pages
- Tcl Wise: Online book on Tcl basics.

