Loading…
A systems language with Go-like syntax and Rust-like ownership.
nullNyra is a systems programming language designed for ease of use, featuring a syntax similar to Go and ownership principles akin to Rust. It compiles to LLVM and supports a variety of features including optional types, async programming, and a robust standard library. The language emphasizes compile-time type inference, allowing developers to write code without mandatory type annotations while still benefiting from a full static type system. Nyra is suitable for building efficient applications with a focus on performance and safety.