Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top