NIAO
One language. Batteries included.
A compiled, statically typed, memory-safe language with an HTTP server, database bindings, WebSockets and ML primitives in the standard library. Python-like readability, memory-safe by design, Go-level speed.
// http, db, ws, ml: all in std import http, db, ml from std type Review { text: str } fn predict(r: Review) -> str { let s = ml.sentiment(r.text) return s > 0.5 ? "pos" : "neg" } http.serve(:8080, predict)
Every new project rebuilds the same stack: a language, a framework, database libraries, ML packages. Developers lose up to 30% of project time to dependency management alone.
One compiled, memory-safe language with a batteries-included standard library: HTTP, databases, WebSockets and ML out of the box. The stack is the language.
Built to replace the whole toolchain.
Compiled & memory-safe
Native performance with safety enforced at compile time: no data races, no null surprises.
Batteries-included stdlib
HTTP, DB bindings, WebSockets and ML primitives ship with the language, not a package manager.
Static types, no GC
Full type inference with zero garbage-collection overhead, and predictable latency under load.
Blazing compilation
A stack-based VM benchmarked at 120k+ lines per second, so feedback loops stay tight.
First-class tooling
A VS Code extension with syntax highlighting and IntelliSense from day one.
Python FFI bridge
Call into the Python ecosystem when you need it. Migrate gradually, keep what works.
Be early to NIAO.
The v1 compiler is active. Join the waitlist for early access, docs, and the cloud playground.
Join the waitlist →