Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: IDE for perl

by GrandFather (Saint)
on Mar 08, 2007 at 21:15 UTC ( [id://603893]=note: print w/replies, xml ) Need Help??


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

Komodo Edit is not an IDE. There are plenty of free editors around, but very few nice free IDEs that integrate well with Perl. The advantage to a beginner of an IDE (as opposed to a nice editor) is almost all in the integrated debugging - mouse over tool tips for variable contents for example. That sort of stuff can really facilitate understanding of things like references and nested data structures (AOA, AOH, HOA, ...).


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^5: IDE for perl
by Mr. Muskrat (Canon) on Mar 08, 2007 at 21:29 UTC

    It's not a full-blown IDE but given it's features set I think it fits into the IDE category. It gives you syntax checking and highlighting (you need an addon to do that in vim and perhaps emacs). You can run your code using a macro. It has autocompletion, code folding, project management, and plugin capable (so you can extend the built in functionality if you want).

    As for the debugging stuff, most people that are just starting out with Perl don't use those features anyway. (And given enough tuits you can add that as a plugin, not that I'd want to do so.)

    Update: Really the only things I see that keep it from being a full-blown IDE is debugging and interactive shells.

      My hypothesis is that debugger integration is the key element that makes an IDE valuable to a beginner. See my previous nodes in this thread.


      DWIM is Perl's answer to Gödel
        So what you're really saying is that I should have replied to the OP instead of your node.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603893]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-16 06:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found