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
Table of contents
'Hello world' exampleLanguage tourCompatibilityDesign decisionsFrequently asked questionsFinal thoughts2 Comments
Sort: