younlua
Younlua is a scripting language that builds on Lua’s lightweight, embeddable design to provide a compact runtime suitable for applications and game engines. It is described as Lua-inspired with an emphasis on safety, modularity, and ease of embedding. The language aims to be approachable for Lua developers while offering extensions that improve packaging, sandboxing, and interoperability with host programs.
Key design goals include a familiar Lua-like syntax, first-class functions, and coroutines, alongside a smaller standard
Implementation and ecosystem: there is no single official reference implementation for younlua, and various open-source projects
Usage and reception: in practice, younlua has seen niche use in education, rapid prototyping, and small-scale
See also: Lua; scripting language; game development; embedding.