Readable by design
Code expresses intent in plain statements, so it stays approachable without sacrificing rigor.
Programming language & backend platform
A programming language and backend development platform designed to make server-side software productive, readable, and secure.
Zornux is a programming language and backend development platform. The language reads like English — no semicolons or curly braces — while remaining strict and deterministic. The platform layers web services, data access, authorization, and observability on top, so a single toolchain takes you from a one-line script to a production API.
Highlights
Code expresses intent in plain statements, so it stays approachable without sacrificing rigor.
Untrusted input is isolated by type and authorization is declarative — safety is a language feature.
A real grammar and type system sit behind the friendly surface; simplicity never costs correctness.
Web services, a data layer, testing, packaging, and a debugger ship together — no framework churn.
Ecosystem
Example
function calculate_tax with price
create tax = price * 0.1
give back tax
end
create cart as ["book", "pen", "lamp"]
for each item in cart
show "Bought " + item
end
Zornux is available and under active development. Consult the documentation for the current language reference, standard library, and release notes.
Source
Live stars and contributor counts arrive with backend integration.