Yi (editor)

Yi
Yi-logo.png
Yi-20070409.png
Yi in GTK mode
Original author(s) Various; primary developer Jean-Philippe Bernardy
Stable release 0.6.6.0 / July 21, 2012; 9 months ago (2012-07-21)
Preview release latest Git revision
Operating system POSIX-compatible (minimal Microsoft Windows support)
Platform Cross-platform; requires GHC 6.10.x
Available in English
Type Text editor
License GPL
Website www.haskell.org/haskellwiki/Yi

Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell.

Yi used to be a Haskell interpreter, very much like Emacs is an Emacs Lisp interpreter; however, the current version of Yi recompiles the code that describes its settings (including editing modes and extensions). Specifically, Yi is implemented as a small executable program which compiles through GHC the larger body of code which actually constitutes a useful editor; this small 'kernel' can repeatedly recompile (and thus type-check) the extensions. This makes it easy to dynamically hack, experiment and modify Yi despite it being written in a strongly statically typed language. Using Haskell as a first-class extension language means that other libraries and tools written in Haskell are also readily usable in editor code.

The long term goal of the project is to in essence make Yi the editor of choice for Haskell hackers in much the same way that Emacs is the editor of choice for Lisp programmers.

Front ends

Yi can use either gtk2hs or vty as front ends, so users can choose their favorite interface. There is also an experimental Cocoa frontend.

↑Jump back a section

"Emulation modes"

The primary emulation modes for Yi are vim and emacs. Keybindings for vi, mg and nano and others are also provided. Other editor interfaces can be written by the user to extend Yi.

↑Jump back a section

Meaning of the Chinese character

The traditional Chinese character could mean "Righteous", "Justice" or "to bring under control"

↑Jump back a section

References

↑Jump back a section

External links

↑Jump back a section

Read in another language

This page is available in 2 languages

Last modified on 17 March 2013, at 03:13