Wily is a mouse-oriented, text-based working environment for programmers. It lets you interact with your files, directories and other programs through mouse and keyboard operations on plain text.
./configure; make should compile the program with no problems on most Unixes with X Windows.
 Wily divides the screen into columns, and the columns
into windows.  Each window has a one-line tag
which holds the name of the window, and some useful
bits of text.  Text can be displayed in either proportional
or fixed-width fonts.  Unicode fonts are supported.
Text is read and written in UTF8 format, which is backwards
compatible with 7-bit ASCII.  The screen shot demonstrates
some of these features.  Directories are tabulated.
Wily divides the screen into columns, and the columns
into windows.  Each window has a one-line tag
which holds the name of the window, and some useful
bits of text.  Text can be displayed in either proportional
or fixed-width fonts.  Unicode fonts are supported.
Text is read and written in UTF8 format, which is backwards
compatible with 7-bit ASCII.  The screen shot demonstrates
some of these features.  Directories are tabulated.
Wily's most attractive qualities are simplicity, power and speed.
The interface is simple to learn. A one page user manual gives a reasonably complete description of how to use Wily.
The implementation is also reasonably simple: wc -l *.[ch] gives a total of 8832 lines.
Wily's simplicity derives from having few features. However, these features are quite general, have few complicating exceptions and combine well together. Every piece of text on screen can be interacted with in exactly the same way. Part of Wily's power emerges from being able to combine a few simple primitives in arbitrary combinations (like chess or go).
Wily also encourages the use of other tools from the Unix toolchest. It is easy to build a set of (for example) HTML processing tools that work well with Wily.
With some practice, a decent mouse and mousepad, a Wily user can be very quick. The author is moved almost to tears of frustration using many other editors. You need never retype anything while using Wily.
Wily is certainly not for everyone.
The main complaints against Wily, with some responses, follow: