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.