
Visual Studio Code
Code combines the streamlined UI of a modern editor with rich code assistance and navigation, and an integrated debugging experience – without the need for a full IDE.
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