Haskell 开发的文本编辑器:Yi
jopen
10年前
Yi是一个采用Haskell编写的文本编辑器并能够用Haskell开发扩展。其目的是提供一个灵活、强大的编辑器核心脚本。
它的功能包括:
- a purely functional editor core;
- keybindings written as parsers of the input;
- Emacs, Vim and Cua (subset) emulations provided by default;
- Vty (terminal) and Gtk-based Pango UIs