Roadmap
vow 0.1.0 shipped with a native C compiler, curl installer, cloud registry (30 packages), async runtime, and vow-web-server v0.2. See Changelog for release notes.
Shipped in 0.1.0
Section titled “Shipped in 0.1.0”- Native compiler (
lang/native/) — no Python runtime dependency - Curl installer (
install.vowlang.dev) forvow+vpm - Package manager + cloud registry (Vercel + Firebase) — vpm
- VS Code extension on the Marketplace
- 29 libraries + vow-web-server on
vpm.vowlang.dev
Still deferred
Section titled “Still deferred”- FFI (would punch a hole in API confinement)
- Self-hosted compiler (compiler written in Vow)
- SMT contract proving
- inotify-style file watching (poll
file_mtimefor now) - Live wire clients for every database (mem stubs + integration tests ship; production hardening ongoing)