Python-readable surface
Indentation blocks, small function syntax, direct imports, and a standard library aimed at practical CLI and service code.
Native language platform
TezzNative is built for developers who want Python-like clarity, C-level control when needed, and a single SDK workflow for scripts, tools, services, and systems experiments.
iwr https://tn.tezzcorp.com/download/install.ps1 -OutFile install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
tezz init cli hello-native
tezz run src/main.tn
tezz build --release
Position
The production path is narrow on purpose: stable core syntax, deterministic checks, honest platform labels, and repeatable native builds before broad replacement claims.
Indentation blocks, small function syntax, direct imports, and a standard library aimed at practical CLI and service code.
Pointers, structs, externs, manual memory, ABI tooling, and low-level modules are available when a project needs them.
Conformance tests, platform matrices, stability labels, and release checks are now part of the public hardening process.
Compiler workflow
The SDK exposes `tezz` and `tezzc` for local development, update checks, native builds, and project scaffolding.
tezz doctor
tezz update --check
tezz check src/main.tn
tezz run src/main.tn
tezz buildexe src/main.tn app.exe
Production gates
Stable-core valid and invalid programs are tracked publicly with a runner.
Compiler diagnostics and conformance runs move into repeatable CI checks.
Native smoke tests, ABI layout checks, and benchmarks become release gates.