in reply to Re^2: Teaching Children How to Program
in thread Teaching Children How to Program
I agree that Komodo is a very nice editor, especially if one is just learning. However, I've had equally good results with the Open-Source Eclipse project, using the incredible EPIC plugin to enable Perl projects.
It takes a little more initial setup than Komodo, but I have found many more useful features in Eclipse/EPIC as I have been writing more and more code; Eclipse also seems to perform better for me, but YMMV on that one.
I will say this: I really enjoy ActiveState's graphical debugger, part of their "PDK" software. Unfortunately, I don't think that component is available for free. A close second is Devel::ptkdb, which is a Tk-based GUI debugger for Perl code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Teaching Children How to Program
by GrandFather (Saint) on Nov 14, 2005 at 20:03 UTC | |
by radiantmatrix (Parson) on Nov 15, 2005 at 14:46 UTC | |
by GrandFather (Saint) on Nov 15, 2005 at 19:38 UTC |