Liphia is a general-purpose programming language with indentation-based syntax (similar to Python), explicit static typing, and a bytecode compiler and virtual machine implemented entirely in Rust.
Liphia ships with its own compiler, bytecode format, and runtime VM — no external runtime, no interpreter dependency, and no garbage collector overhead. Compiled programs are fully self-contained.
Examples: Stats1