http://www.perlmonks.org?node_id=603827


in reply to Re^2: IDE for perl
in thread IDE for perl

Something like Komodo is an excellent way to debug code, much in the same style as the Visual Studio debugger.

For me, the problem with Komodo was its rather feeble code editor. I prefer Vim (though I have nothing against Emacs).

I'd like to think that the development of Perl 6 could be a rallying call for perl tool developers. The Reinvigoration of perl (in a commercial, enterprisey, hype-y sense) that is sure to follow Perl 6's release should not be dragged down by pathetic development tools.

Visual Studio and Eclipse are both excellent environments feature-wise (ignoring VS bugs and Java idiosyncrasies); it'd be sad not to have available tools of that callibre - for Parrot's family of languages - after the release of Perl 6.

Key features I'd want: -David