roc-apps master, at 5a6f199. Parked. The summary is
the essay.
basic/check-fast.sh).| program | built by, from | mode | target | used for |
|---|---|---|---|---|
| the Roc compiler | roc-lang's nightly binary, nightly-2026-09-11-793f9d8 |
as published; we do not build it | x86-64 | every build below |
basic-run |
the Roc compiler, from BasicRun.roc (Machine.roc) |
--opt=dev |
x86-64 | NBS and games, one process a program |
basic-check |
the Roc compiler, from BasicCheck.roc (Machine.roc) |
--opt=dev |
x86-64 | the fast-path check |
basic.wasm, the page |
the Roc compiler, from BasicApp.roc (Machine.roc) |
--opt=dev |
wasm32 | the browser, preview :9203 |
All three are the same interpreter. The old one (Basic.roc, Pages.roc) is
deleted. No LLVM until the next major checkpoint.
What never changes during a run is Parse.Program. What a statement changes
is Machine.M. The devices (terminal, screen, memory, framebuffer) are
Devices.D, behind one reference. INPUT allocates 5 times a statement; the
ladder holds it there.
Numbers: basic-timings.