[ prog / sol / mona ]

prog


How much time have you wasted on configuring Emacs or Vim?

14 2022-05-15 00:01

EDWIN suffers many of the same defects as EMACS.

For example, its PAREDIT relies on regex to navigate parenthesis taking O(n) time. This is a consequence of the text buffer being too inflexible for a programmer to make the necessary additions for an optimal O(log(n)) algorithm.

This and other such shortcomings make for very difficult and contrived programming.

17


VIP:

do not edit these