Vale
Compiler for the Vale programming language
Vale is a modern systems programming language with its own compiler; it aims to be fast, safe, and flexible. It is AOT-compiled to LLVM, statically typed, and uses a “generational references” technique for memory safety without garbage collection. It also plans to include region-based borrow checking for additional performance. Vale provides single ownership, no garbage collector, focusing on native speed and safety.