Are there any smart IDEs for perl in linux environmnent and also for c++?
Currently I am using CentOS 5.5 and I am looking for intelligent IDE开发者_StackOverflow社区s for Perl and C++ coding.
Maybe Eclipse with CDT plugin for C++?. I don't sure how it's good for perl, but for C++ in Linux environment is pretty good.
vi/vim from other hand will good for all languages :)
You can try EPIC. It's Eclipse based and has built in debugger.
Me, I just use vim. However, I learned programming on a Wyse 60 terminal.
Why don't you give Komodo Edit a try?
Komodo is a good C++/C/Perl/Python/PHP/JavaScript/.. IDE, and it has a precious feature: vi emulation!
As @Davis mentioned Eclipse-EPIC integration is really good for programming Perl on Linux
Eclipse is a good promising generic IDE for most of the languages. The plugin community is simply amazing. Codeblocks and Netbeans are good for C++. Netbeans also supports other languages like PHP, JavaScript, Java etc.
精彩评论