1. ← Home
Login
A subset of Go that translates to regular C
~dev~sourcegolangprogramming languages
solod.dev Jul 17, 2026

Summary

From the article:

So [Solod] supports structs, methods, interfaces, slices, maps, multiple returns, and defer. Everything is stack-allocated by default; heap is opt-in through the standard library. There is limited support for generics, and concurrency is provided by the standard library instead of being built into the language.