PROGRAM LOGIC.
CLARITY FIRST.

ROX is a strict, compiled programming language built to express logic without ambiguity. One way to write it. No hidden behavior.

Start Coding Read Documentation

No overloading. No macros. No implicit conversion.

One Way

There is a single clear way to express program logic. No alternate syntaxes. No stylistic forks.

Explicit by Design

Access is explicit. Errors are explicit. Mutability is explicit. What you read is what the program does.

Compiled and Predictable

ROX compiles to optimized C++ while preserving strict, deterministic semantics.