Differences between revisions 3 and 4
Revision 3 as of 2002-08-30 12:02:57
Size: 919
Editor: iproxy6
Comment:
Revision 4 as of 2002-09-20 01:27:51
Size: 919
Editor: fu-140-20
Comment:
No differences found!

EMACS and vi used to be the most popular families of text editors. There are several implementations of each.

The user interface of EMACS is mostly modeless. The user interface of vi traditionally has a command mode and an insert mode. Each character has different meanings depending on in which mode vi is in. Commands in EMACS are traditionally given by modifier keys like Ctrl, Alt and so on.

At earlier times EMACS became famous about his size and memory consumption (EMACS = Eight Megabytes And Constantly Swapping ;) ). With todays computers this is no longer a problem.

Good Python language support is available for both editors and modern implementations such as GnuEmacs and ViImproved are extensible in Python.

Which editor suits your personal needs better is a matter of taste. Since both are OpenSource, free and mature, try both and choose one. :)

EmacsVsVi (last edited 2013-04-20 11:12:02 by Neurosearcher)

Unable to edit the page? See the FrontPage for instructions.