
Zen-Oriented Rust. Write Rust without the noise.
// Hello World in Zor fun main int { say "Hello from Zor!" return 0 }
Production performance with full access to the Rust crate ecosystem.
No semicolons, minimal punctuation, indentation-based blocks.
Full &T / &mut T reference safety without the syntax tax.
#![no_std] via ZOR_NO_STD=1. Build kernels and embedded systems.
Call C libraries with extern "C" bindings.
gtk4.Application.new() instead of ::. Cleaner imports.