Differences between revisions 6 and 7
Revision 6 as of 2002-12-15 17:02:37
Size: 2169
Editor: 217
Comment:
Revision 7 as of 2002-12-17 05:59:25
Size: 2168
Editor: ekorp-203-63-137-225
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
Bram the maker of Vim have picked python as the scripting language for his new application aap ( http://wwww.a-a-p.org ), On the other hand Emacs have evolved into an application framework, I see many simple application turn into application framework, Emacs, Netbeans, Mozilla !!!! Bram the maker of Vim have picked python as the scripting language for his new application aap ( http://www.a-a-p.org ), On the other hand Emacs have evolved into an application framework, I see many simple application turn into application framework, Emacs, Netbeans, Mozilla !!!!

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. :)

It should be noted that one can have the BestOfBothWorlds by running ViperMode in EMACS. Simply run meta-x "viper-mode", and blamo, you get vi keybindings. EMACS is a wonderful operating sytem. Now it has a decent editor... :)

Bram the maker of Vim have picked python as the scripting language for his new application aap ( http://www.a-a-p.org ), On the other hand Emacs have evolved into an application framework, I see many simple application turn into application framework, Emacs, Netbeans, Mozilla !!!! When I see this happen I think those project must have really lacked strategic management... yep software makers need to realize the importance of management and strategic management, if you are going to make a software that you want to see being used and improving after 5+ years you need to sit down and read about strategic management, set vision for you project , a mission , objectives and goals else you will start by building a text editor and end up with one of the worst application frameworks availble, Emacs is just another software project that lacked a clear good and sound vision and mission and that is why I think we should all use Vim, because Vim knows what is it (mission), and what it want to be (vision)

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

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