Solod is a system-level language with Go syntax, zero runtime, and fast C interop.
v0.4 highlights:
- Automatic binding generator for calling C libraries (sobind).
- Freestanding mode for most of the standard library (31/37 packages).
- Type assertions for non-empty interfaces.
- More C interop helpers.
- Multi-package testing.
- Build checks and targets.
- Limited Windows support.