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))
answerResult
OUTPUT
42Working method
- The Playground needs no installation and runs the public WASM build.
- Use
npm install -g lispexfor 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.