Solod v0.1: Go ergonomics, practical stdlib, native C interop
Summary
Solod is a Go-syntax system-level language with zero runtime and native C interop, demonstrated via a SQLite-backed SQLMap example and allocator-driven memory management. The article covers a ported Go standard library, C interop tooling, and a CLI for a key-value store, highlighting performance and design tradeoffs versus Go.