Solod (So) is an open-source transpiler that converts a strict subset of Go into readable C11 code. It targets systems programming with zero runtime, no garbage collection, stack-first allocation, and native C interop without CGO. Supported Go features include structs, methods, interfaces, slices, multiple returns, and defer —

5m read timeFrom github.com
Post cover image
Table of contents
ExampleInstallation and usageLanguage tourStandard libraryPlaygroundSo by exampleTestingBenchmarksCompatibilityDesign principlesFrequently asked questionsRoadmapContributingLicense

Sort: