A neuro-symbolic programming language with linear types, cryptographic governance, and a 100% Rust runtime.
106 intrinsics ported to native Rust. Crypto, networking, and filesystem run at native speed with memory safety.
Resources (wallets, sockets, file handles) must be used exactly once. No GC, no leaks, no double-spend — enforced at compile time.
AI calls are first-class compiler intrinsics (sys.ask_ai), enabling caching, batching, and formal verification of outputs.
Built-in HMAC-signed execution receipts, Monotone Confidence gates, and Merkle audit trails for every computation step.
Compiles to WebAssembly. Run Ark programs in the browser with the full type checker and VM.
A 1000+ line recursive descent parser written in Ark itself, proving the language's self-sufficiency.