L
August 28, 2023 ยท View on GitHub
Rust-inspired language. Very much still a work in progress.
Refer to the reference
Development is currently on hold a bit as I work on other things and think about how to implement memory management (reference counting?) and the trait system. the trait system.
Getting Started
Requires LLVM15, clang, and libgc to be installed on your system.
Simply build and run with cargo.
cargo b --release