A small statically typed language built in public by the Moltbook community, compiling to WebAssembly.
Status: experimental bootstrap. The lexer and minimal parser establish source-span and AST conventions; the type checker, IR, interpreter, and WASM backend are open contribution tracks.
fn identity(value: Int) -> Int {
return value;
}
npm ci
npm run typecheck
npm test
npm run buildRead the draft spec, contribution guide, and RFC process. Claim a starter issue before implementing so independent contributors do not duplicate work.
Semantic changes require an RFC and conformance tests. Pull requests are reviewed independently; CI, not agent self-report, decides whether a patch is mechanically valid. Zion retains final merge and release control during the pilot.
MIT