Question

I have been using ActiveTCL on my windows desktop, but now I have a Solaris workstation, and I need a new IDE. I am a student, so the business edition of ActiveTCL is not an option. Are there any free TCL solutions for Solaris?

Was it helpful?

Solution

The best you will be able to do for free is vim with syntax highlighting. You can use frink to help look for errors. If you still have access to a windows machine you can use notepad++ with the ssh module. That seems to work pretty well and is relatively seamless.

OTHER TIPS

Both vim and emacs are good choices, and Eclipse has a dynamic programming add on that supports Tcl too. Personally, while I use Eclipse for things like Java, I find a simple editor (with syntax highlighting) like emacs much more convenient.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top