
Atom
A hackable text editor for the 21st Century. At GitHub, we're building the text editor we've always wanted. A tool you can customize to do anything, but also use productively on the first day without ever touching a config file.
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