Programming editors

Posted by: muzza

Programming editors - 07/12/2002 22:40

what are the preferred programs to edit scripts?
I'm doing 3 semesters worth in 1; programming in perl, C++, java and a few others. whar program editors are better for these languages?
Posted by: ninti

Re: Programming editors - 07/12/2002 23:15

> programming in perl, C++, java and a few others.

What versions, on what platform? Usually the IDE of the version of the language you are learning in is superior, mainly for debugging and language syntax checking purposes.
Posted by: matthew_k

Re: Programming editors - 08/12/2002 00:12

Well, i consistantly settle on pico as my editor of choice, but everyone else I know uses emacs. Emacs when set up and color coded for whatever language you're using it for is pretty nice to work on. The learning curve is steep, especially if you don't us xemacs or whatever the "graphical" version is.

Matthew
Posted by: genixia

Re: Programming editors - 08/12/2002 09:19

Everybody duck!
Posted by: canuckInOR

Re: Programming editors - 08/12/2002 12:22

cat > foo.c
Posted by: lectric

Re: Programming editors - 08/12/2002 13:42

I personally prefer PFE (Programmers File Editor). Kinda basic, but fast and does what I need.
Posted by: Tim

Re: Programming editors - 08/12/2002 14:52

The editor to use totally depends on what you are doing. If i'm doing a lot of macros (usually hacking stuff together), I use NEdit (great for column editing, like data files, also) or Jot. If I'm bouncing through a bunch of subroutines or something following a variable, I use Visual Slick Edit. For regular typing like a madman, I use VIM.

Asking for an editor preference is kinda like asking Linux/BSD, which distro is the best, religion, or politics. Nothing good can come from this conversation

Use what you are most comfortable with. Now, on to the ensuing flame war...
Posted by: muzza

Re: Programming editors - 08/12/2002 16:43

Thanks everyone. It's given my somewhere to start