Create a Fully Featured Environment For Tcl/Tk Development Under Windows

development-environmenttcltkwindows 7

I'm now learning Tcl/Tk, but as I'm running Windows, I want to create a fully featured(professional) development environment for this language, but I need to know:

  • Which tools I need to install(first of all)?
  • What are the IDEs that support Tcl/Tk development?
  • What is the best text editor to develop in?
  • Where I can find some librarys for it(if exists)?
  • It's possible to do some web applications with it?
    • It uses CGI?

Best Answer

Start off by installing ActiveTCL. It is free and includes TCL and TK bindings. If you have a favorite text editor you can use that. Make sure you have syntax highlighting. If you want something more advanced, I'd recommend Komodo. It is by active state and has a free version. It semantically understands TCL, so it is more intelligent than a standard text editor. For example it highlights syntax errors while you code.

Now write some code and spread the TCL love!