lambdaw
Lambdaw is an experimental, minimalistic programming language designed to explore the core ideas of lambda calculus within a practical environment. It emphasizes first-class functions, immutable data, and a compact core language that can be extended with libraries and domain-specific modules.
The syntax is intentionally small. Functions are created with a lambda-like abstraction, and application is performed
Semantics and evaluation: Lambdaw defines a formal, small-step operational semantics to model evaluation. Implementations may favor
Implementation and ecosystem: An open-source reference implementation exists, published with an accompanying specification. The project provides
Impact and usage: Lambdaw is primarily used in academic settings for teaching functional programming concepts and