Skip to content

0.4 — Better C interop

Latest

Choose a tag to compare

@nalgeon nalgeon released this 12 Sep 11:44

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.

See the blog post or the changelog for more details.