in reply to Re: Perl vs. Compilable Language
in thread Perl vs. Compilable Language

Of course when it comes to productivity, Perl is faster than Java is faster than C++.
This is true if you are editing code in emacs or vi or the like. But if you have a awesome editor such as Eclipse when you are writing Java, Java becomes much, much easier and faster to code than perl. The editor looks up functions for you (and there documentation), compiles on the fly and tells you where errors are instantly. It saves tons of time.

Replies are listed 'Best First'.
Re^3: Perl vs. Compilable Language
by adrianh (Chancellor) on May 04, 2005 at 15:02 UTC
    But if you have a awesome editor such as Eclipse when you are writing Java, Java becomes much, much easier and faster to code than perl. The editor looks up functions for you (and there documentation), compiles on the fly and tells you where errors are instantly. It saves tons of time.

    And yet I still find myself being more productive with Lisp/Perl/Ruby and similar languages than I am with Java and IDEs like Eclipse or IntelliJ. Frankly the only thing I miss about Eclipse in the Perl world is decent refactoring support - which is a hard problem with Perl I freely admit.