Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#129643 - 07/12/2002 22:40 Programming editors
muzza
Pooh-Bah

Registered: 21/07/1999
Posts: 1765
Loc: Brisbane, Queensland, Australi...
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?
_________________________
-- Murray I What part of 'no' don't you understand? Is it the 'N', or the 'Zero'?

Top
#129644 - 07/12/2002 23:15 Re: Programming editors [Re: muzza]
ninti
old hand

Registered: 28/12/2001
Posts: 868
Loc: Los Angeles
> 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.
_________________________
Ninti - MK IIa 60GB Smoke, 30GB, 10GB

Top
#129645 - 08/12/2002 00:12 Re: Programming editors [Re: muzza]
matthew_k
pooh-bah

Registered: 12/02/2002
Posts: 2298
Loc: Berkeley, California
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

Top
#129646 - 08/12/2002 09:19 Re: Programming editors [Re: muzza]
genixia
Carpal Tunnel

Registered: 08/02/2002
Posts: 3411
Everybody duck!
_________________________
Mk2a 60GB Blue. Serial 030102962 sig.mp3: File Format not Valid.

Top
#129647 - 08/12/2002 12:22 Re: Programming editors [Re: muzza]
canuckInOR
carpal tunnel

Registered: 13/02/2002
Posts: 3212
Loc: Portland, OR
cat > foo.c

Top
#129648 - 08/12/2002 13:42 Re: Programming editors [Re: muzza]
lectric
pooh-bah

Registered: 20/01/2002
Posts: 2085
Loc: New Orleans, LA
I personally prefer PFE (Programmers File Editor). Kinda basic, but fast and does what I need.

Top
#129649 - 08/12/2002 14:52 Re: Programming editors [Re: muzza]
Tim
veteran

Registered: 25/04/2000
Posts: 1522
Loc: Arizona
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...

Top
#129650 - 08/12/2002 16:43 Re: Programming editors [Re: Tim]
muzza
Pooh-Bah

Registered: 21/07/1999
Posts: 1765
Loc: Brisbane, Queensland, Australi...
Thanks everyone. It's given my somewhere to start
_________________________
-- Murray I What part of 'no' don't you understand? Is it the 'N', or the 'Zero'?

Top