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


in reply to Re: Re: Perl Programming Tools - (who, what, where, when, and why)
in thread Perl Programming Tools - (who, what, where, when, and why)

If anything, an IDE helps discipline. Of course it has syntax highlighting, but then so does emacs. I can't imagine why anyone would want to do serious programming without it. I'm not into hair shirts.

For the life of me I can't imagine why you think one would "lose one's edge over an IDE". Maybe with one of the super IDE's like IntelliJ or Delphi that write most of the code for you and you just sort of point and click, but Perlbuilder at least is not like that. You have to type everything in yourself.

PS I just downloaded an evaluation copy of Perlbuilder 2. I must have it, NOW! It fixes all the minor annoyances I used to have with version 1.

--
Regards,
Helgi Briem
helgi AT decode DOT is

  • Comment on Re: Re: Re: Perl Programming Tools - (who, what, where, when, and why)

Replies are listed 'Best First'.
Re: Re: Re: Re: Perl Programming Tools - (who, what, where, when, and why)
by mjeaton (Hermit) on Oct 11, 2002 at 17:07 UTC
    like IntelliJ or Delphi that write most of the code for you and you just sort of point and click

    I'm not sure what version of Delphi you've used, but while Delphi does have wizards and things, it certainly doesn't write "most" of the code for you. :-) It provides a nice framework and takes away some of the tedious GUI coding, but there is still plenty for a programmer to do.

    mike