⚡ Ark Compiler

A neuro-symbolic programming language with linear types, cryptographic governance, and a 100% Rust runtime.

Rust Core Linear Types AGPL v3 100+ Tests Passing

🐍 Snake Game (Running snake_browser.ark)

Score: 0
Loading Ark runtime...

📝 Ark Playground

// Output appears here...

Architecture

100% Rust Core

106 intrinsics ported to native Rust. Crypto, networking, and filesystem run at native speed with memory safety.

Linear Type System

Resources (wallets, sockets, file handles) must be used exactly once. No GC, no leaks, no double-spend — enforced at compile time.

Neuro-Symbolic Intrinsics

AI calls are first-class compiler intrinsics (sys.ask_ai), enabling caching, batching, and formal verification of outputs.

Cryptographic Governance

Built-in HMAC-signed execution receipts, Monotone Confidence gates, and Merkle audit trails for every computation step.

WASM Target

Compiles to WebAssembly. Run Ark programs in the browser with the full type checker and VM.

Self-Hosting Parser

A 1000+ line recursive descent parser written in Ark itself, proving the language's self-sufficiency.