Nyra Intro
What Nyra is and how to read this track.
Your first program
Nyra is a fast, memory-safe programming language with Rust-inspired ownership, a minimal syntax, and LLVM-backed native compilation.
fn main() {
print("Hello, Nyra!")
}fn main() -> void {
print("Hello, Nyra!")
}Output
Hello, Nyra!
What you will learn
This tutorial follows a W3Schools-style path: one topic per page, runnable examples, and prev/next navigation. Start with Get Started after Install Nyra.