Ü Language Introduces Statically-Typed Systems Programming
TL;DR. A new statically-typed, compiled programming language called Ü has been developed, offering safety features and performance without garbage collection. - It aims for reliability and speed, incorporating safe/unsafe code separation and compile-time correctness checks. - Ü draws inspiration from C++ and Rust, but is designed to be easier to use than Rust. - The language uses LLVM for its compiler, supporting multiple CPU architectures and operating systems.
- Ü is a statically-typed compiled programming language focused on reliability and speed.
- It features safe and unsafe code separation, compile-time correctness checks, and RAII for memory management.
- Inspired by C++ and Rust, Ü positions itself as an easier-to-use alternative to Rust.
- The Ü compiler is based on LLVM, providing support for various CPU architectures and operating systems.
Sources
- The Ü Programming Language — github.com