Solod (So) is a system-level language with Go syntax, zero runtime, and fast C interop.
v0.3 includes these features and improvements:
- Concurrency building blocks: thread, channel, bounded worker pool.
- Synchronization primitives: mutex, condition variable, run once.
- Atomics.
- Low-level JSON API.
- CLI commands to run tests and benchmarks.
- Escape analysis, leak checking, and stack traces.