Quilt·
5 apps · all in browser

The 5 apps

Five working tools built on the substrate. Each one uses the 5 opcodes in a different way. Each one runs in the browser, saves to localStorage, and exports to saddle-bridge JSONL. Fork them, learn from them, take them offline.

01The apps

02How they relate to the C99 reference

Each web app is the same algorithm as the corresponding C99 app in quilt-substrate-meta/apps. The web version uses the JavaScript substrate; the C99 version uses the C substrate. The same journal format works for both. You can run the web app, export the JSONL, and replay it in the C99 version. Or vice versa.

The substrate is a contract. The implementations are interchangeable.