The Ü programming language
Summary
The Ü programming language is a statically-typed, compiled language focused on safety and performance, with memory management via RAII (no GC) and a strong C++/Rust influence. The project uses LLVM for code generation, ships its own standard library and tooling, and provides cross-platform support with documentation and build instructions. The article compares Ü favorably against other statically-typed languages and outlines how to build and integrate with existing ecosystems.