|
|
|
|
|
by agumonkey
3133 days ago
|
|
Am a 99% emacs user, but I almost prefer vi text editing paradigm. Very precise and regular set of basic operations. Logical and rapid. 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. |
|