|
|
|
|
|
by 0xFFFE
3134 days ago
|
|
I started off with Emacs and a month a later tried Vi. I found Vi to be a better fit for me than Emacs and haven't looked back since.
I have huge respect for both editors, they both are much older than me :) I wish I could write something that people would find useful for years to come.
Having said that, I love to jab(friendly) at Emacs users in my circle of friends and colleagues. Makes the conversation even more colourful with a bit of booze inside ;) |
|
It's an interesting two sides of the same coin. Emacs, as lisp legacy, is centric, everything as layers around a lisp core (and C bits). Vi is more island like, complex logic is delegated to external programs most of the time.
It's interesting to compare the two, how to decouple/modularize a system.