All projects

Make the meaning visible.

A programming language should help you understand a program as well as write it. Nivren makes inputs, outputs, and permissions part of the code you read.

Explore Nivren
Language
Intent-first
Toolchain
Format to release
License
Apache-2.0

The question.

Understanding code often means following assumptions that live outside it. A function may depend on hidden state, perform an unexpected effect, or leave its failures unclear.

Our approach.

Nivren gives these decisions a visible place in the language. Named inputs describe what a function takes. Typed outputs describe what it gives. Explicit permissions describe what it can access.

What you can do.

Start with a small program, then use the same toolchain to format, check, test, debug, and ship it. The browser example below runs the official Nivren runtime directly on your device.

Read the documentation
More from NNXDeadline