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?

Était-ce utile?

La 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.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top