ED IS THE STANDARD TEXT EDITOR!!!
I really, really think that's not the case. Going from zero to an IDE is a
daunting task; start with a programmer's editor (TextPad, TextWrangler,
Notepad2 something like that), then move on to an IDE in time. Certainly,
an IDE makes programming much quicker and less laborious, and so more fun,
but it has a difficult learning curve of its own.
Admittedly, i've only used Eclipse. I can imagine that NetBeans is easier
- it could hardly be any harder.
tom
Thank you for the comments. I am running Linux. I don't have any bad
feelings about tools like Eclipse. In fact, I just started a intro to
CS class at a university where Eclipse is THE platform. It's just that
in the little bit of playing I have done, I make this observation:
Tools like DrScheme, or IRB/Scite, make learning a language fun and
interactive. Every time I start up netbeans and eclipse and go through
tutorials, I find myself spending a lot of time configuring stuff and
opening windows. I guess I just need to be more patient, because I'm
sure the day will come when I get involved in larger projects that
require a large IDE. PS. Up to this point, I've been writing scripts
that help me with scientific computing at work.