<div dir="ltr">and..<br>integrated compiler error location in source code; Very important for rapid application development<br><br>and overall:<br>Integrated GHCI debugger: VERY important for Haskell Newbies. for understanding the haskell execution strategy. for interactive teaching. <br>
<br><div class="gmail_quote">2008/10/8 Jean-Philippe Bernardy <span dir="ltr">&lt;<a href="mailto:bernardy@chalmers.se">bernardy@chalmers.se</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m pleased to announce the 0.5 release of the Yi editor.<br>
<br>
## Yi<br>
Yi is a text editor written and extensible in Haskell. The<br>
long-term goal of the Yi project is to provide the editor of<br>
choice for Haskell programmers.<br>
<br>
Yi is not a finished product. This is a beta-quality release. However, Yi has<br>
become a lot more usable than previously, so if you feel like testing it, now<br>
might be a good time to take a look.<br>
<br>
## Installation<br>
Using cabal install:<br>
<br>
 &nbsp;cabal install yi-0.5.0.1<br>
<br>
If you want unix console support, pass the -fvty option to cabal install.<br>
<br>
## Features<br>
* A purely functional editor core<br>
* Key-bindings written as parsers of the input<br>
* Emacs, Vim and partial Cua emulations provided by default<br>
* Unix Console front-end (Gtk2Hs frontend is not supported in this release)<br>
<br>
* Static configuration (XMonad style) for fast load<br>
* Haskell support:<br>
 &nbsp; &nbsp;* Lexical highlighting<br>
 &nbsp; &nbsp;* Layout-aware parenthesis-matching<br>
 &nbsp; &nbsp;* Auto-indentation<br>
 &nbsp; &nbsp;* cabal-build within the editor<br>
<br>
## Links<br>
* [download](<a href="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/yi" target="_blank">http://hackage.haskell.org/cgi-bin/hackage-scripts/package/yi</a>)<br>
* [FAQ](<a href="http://haskell.org/haskellwiki/Yi/FAQ" target="_blank">http://haskell.org/haskellwiki/Yi/FAQ</a>)<br>
* [homepage](<a href="http://haskell.org/haskellwiki/Yi" target="_blank">http://haskell.org/haskellwiki/Yi</a>)<br>
* [blog and release notes](<a href="http://yi-editor.blogspot.com/" target="_blank">http://yi-editor.blogspot.com/</a>)<br>
* [check and report issues](<a href="http://code.google.com/p/yi-editor/issues/list" target="_blank">http://code.google.com/p/yi-editor/issues/list</a>)<br>
* [darcs repository](<a href="http://code.haskell.org/yi" target="_blank">http://code.haskell.org/yi</a>)<br>
* [get involved](mailto:<a href="mailto:yi-devel@googlegroups.com">yi-devel@googlegroups.com</a>)<br>
<br>
## Credits<br>
<br>
This release is brought to you by:<br>
<br>
* Allan Clark<br>
* Corey O&#39;Connor<br>
* Gustav Munkby<br>
* Gwern Branwen<br>
* Jean-Philippe Bernardy<br>
* Jeff Wheeler<br>
* Nicolas Pouillard<br>
* Thomas Schilling<br>
* Tristan Allwood<br>
<br>
and all the contributors to the previous versions.<br>
_______________________________________________<br>
Haskell mailing list<br>
<a href="mailto:Haskell@haskell.org">Haskell@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/haskell" target="_blank">http://www.haskell.org/mailman/listinfo/haskell</a><br>
</blockquote></div><br></div>