- KV path-addressed instruction model
- typed values: int, float, bool, str, bytes, tensor
- builtin operators: arith, compare, logic, cast, call, io
- TCO (tail-call optimization)
- vthread coroutine scheduler (128 workers)
- soft links (path redirection)
- serve daemon with Redis persistence
- pipe/inline execution modes
- structured tutorial (tutorial/)
- playground / online demo
- language server (LSP) for IDE support
- improved error messages with source locations
-
go installsupport
- package manager (
kvlang get) - standard library: http, json, file I/O
- foreign function interface (FFI)
- benchmarking suite
- multi-node vthread scheduling
- kvspace sharding
- RDMA backend for kvspace
- cluster mode (
kvlang serve --cluster)
- GPU tensor ops (via Triton)
- WASM compile target
- self-hosting compiler (kvlang → kvlang)