Tag
Goose is an experimental memory-safe systems programming language that claims to be faster than C++ and Rust while using less memory, with no allocator or GC.
Ü is a statically-typed compiled programming language designed for reliability and speed, with safe/unsafe code separation, RAII, and LLVM backend. It aims to be superior to C++ and easier than Rust.