Getting Started

Run Lispex in the Playground, install the npm CLI, or download the native binary; all three paths use the current v1.4 language profile.

At a glance

LISPEX
(define answer (* 6 7))
answer

Result

OUTPUT
42

Working method

  • The Playground needs no installation and runs the public WASM build.
  • Use npm install -g lispex for the Node-distributed CLI, or open Downloads for a platform binary and checksum.
  • A file or stdin is evaluated top to bottom; the final result is written canonically.

Boundaries

  • Native-only Vouch generation is identified separately from ordinary evaluation.
  • Runtime resource ceilings can differ between native and WASM profiles.