e is a customizable self-aware Emacs-like editor written in Chez Scheme
Summary
The article introduces e, a tiny console text editor written in Chez Scheme, Emacs-like in spirit with live top-level Scheme, module hot-reloading, and no build steps. It outlines architecture, installation, quick start, and extensive features like key bindings, prompts, and formatting, highlighting its self-hosted design and extensibility. This makes it a useful reference for developers exploring self-hosted tooling and editor customization.