Skip to content

v0.3

Latest

Choose a tag to compare

@nalgeon nalgeon released this 25 Jul 12:05

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.

See the blog post or the changelog for more details.