1

我一直在我的 Windows 桌面上使用 ActiveTCL,但现在我有一个 Solaris 工作站,我需要一个新的 IDE。我是学生,所以 ActiveTCL 的商业版不是一个选项。有没有适用于 Solaris 的免费 TCL 解决方案?

4

2 回答 2

1

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.

于 2012-11-04T06:13:25.730 回答
1

vim 和 emacs 都是不错的选择,而且 Eclipse 有一个动态编程插件也支持 Tcl。就个人而言,当我将 Eclipse 用于 Java 之类的东西时,我发现像 emacs 这样的简单编辑器(带有语法突出显示)要方便得多。

于 2012-11-04T14:53:16.140 回答