Lily Programming Language
Summary
Lily is a statically-typed language with an interpreter as a reference. It uses reference counting for memory management with garbage collection as a fallback, and emphasizes embedding in C, template support, and algebraic data types. The article highlights core features and includes a practical RPN calculator example, along with links to API docs and source.