Nex

Getting Started

Install the toolchain, run your first program, build it to a native binary.

This section gets a working Nex program on your machine in three steps: install the toolchain, run a program with the tree-walking interpreter, then compile that same program to a native binary.

For a tour of the language itself, see Examples. For the formal reference, see the Specification. For details on the CLI subcommands, see Tooling.

Pages

  • Install — Prerequisites and how to get the toolchain.
  • Your First Program — Write a hello-world, run it under the interpreter, see the output.
  • Compile to a Native Binary — Use the AOT compiler to produce a standalone executable; verify it matches the interpreter.

Search

Esc
to navigate to open Esc to close