Solod: Go can be a better C

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

Solod (So) is a new programming language that is a strict subset of Go and transpiles to readable C11 code. It features zero runtime overhead, no garbage collection, stack-allocated memory by default with opt-in heap allocation, and native C interop without CGO. So supports structs, methods, interfaces, slices, multiple

19m read timeFrom antonz.org
Post cover image
Table of contents
'Hello world' exampleLanguage tourCompatibilityDesign decisionsFrequently asked questionsFinal thoughts
2 Comments

Sort: