A Scheme Shell (1994)
Summary
This MIT LCS technical report presents a Scheme-based shell that evaluates user commands as Scheme expressions, enabling programmable command-line interaction and extensible automation. It covers the design, semantics, and implementation considerations of integrating Scheme into a shell, highlighting potential benefits for scripting and automated tasks. While a historical piece, it informs language-driven approaches to building programmable interfaces for system operations.