Lhello
Lhello is a fictional programming language frequently used in computer science education to illustrate language design, parsing, and evaluation concepts.
Name and origins: The name combines an initial L with the common greeting 'hello' to evoke introductory
Design and syntax: Lhello is described as a small, expression-oriented language with a Lisp-like emphasis on
Execution model: In common pedagogical presentations, Lhello is interpreted, with a minimal runtime that evaluates expressions
Educational usage: In exercises, students implement standard higher-order functions, such as map and fold, or build
Variants and reception: Different textbooks and tutorials describe slightly different subsets of the language, reflecting its
Relation to real languages: Lhello is discussed alongside schemes such as Scheme, Lisp, Python, and JavaScript
Because Lhello is a synthetic construct, specifics may vary across sources, and the article reflects common