Traditional Ex - Vi editor
The vi editor is one of the most common text editors on Unix. It was developed starting around 1976 by Bill Joy at UCB, who was tired of the ed editor. But since he used...
Yi is a text editor written, and extensible in, the Haskell programming language. It can be made to behave like emacs or like vi. Features: * A purely...
yi is a text editor written, and extensible in, the haskell programming language. it can be made to behave like emacs or like vi.
features:
* a purely functional editor core; * keybindings written as parsers of the input; * emacs, vim and cua (subset) emulations provided by default; * vty, gtk2hs, and, in development, cocoa and pango frontends.
the long term goal of the project is to make yi the editor of choice for the haskell hacker.
the main short term goal is to maximize yis fun factor. this includes:
* improve hackability (and therefore architecture) * add cool features
text-editor code-editor emacs haskell