Appearance
Reference
Tabular lookups for forms, primitives, library packages, CLI flags, and error codes. All sourced from the implementation; the live REPL :help output is the most up-to-date authority.
Pages
- Forms — every special form with a one-line summary.
- Built-ins — the primitives in the standard library.
- Libraries — the user-level Lisp packages (
plm,workflow,solve, etc.). - CLI / REPL —
omegaflags and:-commands. - Error codes —
FAILURE_CODESand the Outcome model.
See also
Source: Each page below cites the source files. The live REPL is the authoritative source for content that drifts (use
:packages,:primitives,:doc <fn>).