Applications and libraries/Editors

From HaskellWiki
Revision as of 02:57, 25 March 2006 by DonStewart (talk | contribs) (A page for the Haskell editors)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Editors

  • Yi is a text editor written and extensible in Haskell. The goal of the Yi project is to provide a flexible, powerful and correct editor core scriptable in Haskell. A principle of Yi is that any behaviour can be programmed, so there exist vi, vim, emacs, mg, nano, joe and ee frontends to Yi. Other editor interfaces can be written easily via a lexer specification.
  • hIDE is an IDE for Haskell, based around a dynamic plugin core, and utilising a sophisticated compiler interface to provide syntax colouring, type checking and more.