NYX
  • Install
  • Docs
  • By example
  • GitHub
Español

Docs

Nyx, step by step

Six steps, in order. Each one ends with something you can run. Every command on these pages was run against the version in the footer, and every Nyx block compiles with it.

  1. 01Installrequirements, what lands where, how to update and how to remove it.
  2. 02First programfrom a single .nx file to a native binary you can ship.
  3. 03Projectsnyx.toml, src/, tests/ and dependencies.
  4. 04AgentsAGENTS.md, CAPABILITIES.md and docs/nyx/: the context an assistant reads.
  5. 05Command lineevery subcommand: build, run, check, vet, fmt, test, add, update.
  6. 06Syntaxtypes, enums, exhaustive match, Result and the ? operator.
Nyx by exampleWorked recipes, from hello world to an HTTP server. Read one, copy it, change it.Open →

v0.31.0 · Apache 2.0 · GitHub · Changelog

nyxlang.com