FAVORITE newLISP editors !!

For the Compleat Fan
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

FAVORITE newLISP editors !!

Post by newdep »

Because we are getting more and more enthousiastic users here I thought to create
a small post / reply with a listing of the FAVORITE editors for newlisp...
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

I use for newLISP editing (just because its routine actualy) ->

::UNIX::
VI (if there is nothing better around ;-)
EMACS (if it cant find "vi")
ED (for the almost unstable situations)


::LINUX::
JOE (with syntax highlighting from Lucas Wix)


::OS/2::
FED (great VIO editor with lots of bells, from russia!)


::WINxxxx::

NOTEPAD (just good old plain editing)
-- (define? (Cornflakes))

tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

Post by tom »

Everybody loves to talk about their editors!

I use gnu emacs on linux.

HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Post by HPW »

My swiss-army knife for all programming: UltraEdit

http://www.ultraedit.com/
Hans-Peter

Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

Post by Dmi »

I use Vim for everything on *nix and Win.
Just try it for a week... ;-)
WBR, Dmi

shrogers
Posts: 2
Joined: Mon May 17, 2004 3:30 am
Location: Lyons, CO, USA
Contact:

Post by shrogers »

I use Emacs on Linux and Win32.
"Beauty is not in the eye of the beholder -
it is in the eye of the maintainer." - Joe Armstrong

nigelbrown
Posts: 429
Joined: Tue Nov 11, 2003 2:11 am
Location: Brisbane, Australia

Post by nigelbrown »

VIM - Linux and Win

frontera000
Posts: 72
Joined: Sun Jun 11, 2006 8:02 pm
Location: berkeley, california
Contact:

Post by frontera000 »

on Linux I use emacs.
on Windows I use Notepad++.

_ex_
Posts: 23
Joined: Wed Aug 23, 2006 3:17 pm
Location: Peru

Post by _ex_ »

Editplus for all my scripts :)

Locked