lisaprogramme
lisaprogramme is a family of list-oriented programming tools and a scripting language designed for educational use and data processing tasks. It combines Lisp-inspired syntax with explicit list processing primitives to provide readable notation for transforming sequences and hierarchical data.
The project conceptually emerged in the open-source community during the early 2020s as a lightweight alternative
Core features include a compact Lisp-like grammar, first-class lists, macros, and a REPL. The standard library
Reference implementations exist for standalone use and for host environments such as JavaScript and Python, enabling
Reception has been mixed in practice, with positive notes on approachable syntax and the emphasis on list-based
See also: Lisp, Scheme, Clojure, List processing languages, Macro systems.