in reply to Professional Toolkits <=> vim + shell

I think this is an important discussion for us to have. The unix-ish way that most Perl developers work is quite different to the way most IDE dwelling Java/MS developers work. It really stands out, and it is not clear to many people whether it is a positive, negative or neutral difference. I think the flexibility to work the way that suits the individual is a real strength of Perl but some options deserve more air time. For instance while I prefer emacs, if "Perl" became as synonymous with Kimodo as with, say, vi, then it might *look* like a more "enterprise" option which will only benefit us all.
  • Comment on Re: Professional Toolkits <=> vim + shell

Replies are listed 'Best First'.
Re^2: Professional Toolkits <=> vim + shell
by iguanodon (Priest) on Apr 07, 2006 at 20:21 UTC
    I think this is an important discussion for us to have. The unix-ish way that most Perl developers work is quite different to the way most IDE dwelling Java/MS developers work.
    I completely agree. I do more development in Java than Perl these days and I've had a hard time adjusting to the idea of maintaining a copy of the entire development environment - including an application server - on my PC. I recently switched jobs and the standard Java IDE here is Rational Application Developer (based on Eclipse), which weighs in at over 4 GB with the embedded Websphere server (Yes, 4 GB!). It still blows my mind that Eclipse doesn't have a way to just open and save a file by FTP.