Skip to content

Best Utility (vi) - IOCCC 1991 Winner

Notifications You must be signed in to change notification settings

SirWumpus/ioccc-ae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs like
AE xterm bindings

ae - Anthony's Editor

ae is a light-weight Curses based text editor for POSIX systems. It is an example of the "Buffer Gap" method outlined in the The Craft Of Text Editing used by many Emacs style editors.

  • Best Utility - IOCCC Winner 1991
    Original winner with spoiler source code.
    All IOCCC winners are in the Public Domain.

  • July 1993
    Last major release with some additional functions; cleaned up for GitHub.
    Now under BSD-1-Clause license.

History

Written by Anthony Howe, the original ae is a full screen vi-style text editor written in less than 1536 bytes of C source code and won the International Obfuscated C Code Contest 1991 Best Utility. It later appeared in Don Libes's book "Obfuscated C And Other Mysteries".

After, ae grew with additional commands, like block cut/paste, inline help, macros, and ability to be configured for vi-style (modal) or emacs-style (mode-less) text editing. It was published as part of a trio of tools in CUG #388 Anthony's Tools (which included am, ag) as reviewed by "The C Users Journal".

ae, because of its small binary size, was the base system and rescue disk editor for Debian 1.1 (Buzz) through to Debian 2.2 (Potato). ae was replaced in Debian 3.0 (Woody) by Nano (see Debian 3.0 Package Removals). Again for its small size, ae was also part of the Linux Router Project.

ae has inspired some derivative editors: a Japanese version Ari, several by Hugh Barney (Femto, Atto, Zepto), Terry Loveall's ue, and kg written in Go.

Publications

vi like
AE modal bindings

Rant

I tried to get a version of this history saved on the english Wikipedia, because the French Wikipedia version I stumbled on lacked the history. Wikipedia english rules are so demanding that they just deemed ae unworthy, because it wasn't talked about enough. Middle finger to Wikipedia for any help in perserving smaller parts of tech. history.