| > It's incredible how good of a design Vi is. It's interesting how this design was forced into existence by the extremely limited hardware at the time: TFA>> It was really hard to do because you've got to remember that I was trying to make it usable over a 300 baud modem. That's also the reason you have all these funny commands. It just barely worked to use a screen editor over a modem. That's why we got commands like d), d{, D, etc. Trying to achieve the goal in one go, without any intermediate redraws. |
Can we learn that if you design something for a constrained environment, it will shine when the limitation is lifted?