singleL
singleL is a minimal, hypothetical programming language used in academic discussions of language design and formal semantics. Conceived as a teaching aid, it emphasizes a small core of constructs over a feature-rich surface syntax, enabling precise reasoning about evaluation rules and type checking without extraneous complexity.
The design goal of singleL is to illustrate how a usable language can be built from a
In singleL, programs are composed of expressions built from a small set of constructs such as variables,
Example (illustrative, in plain form): L x. x represents the identity function; the application (L x. x)
As a teaching tool, singleL has appeared in computer science pedagogy and theoretical discussions but has no