rising3월 21일· 2 sources
Solod: Go can be a better C
Solod: Go가 더 나은 C가 될 수 있다
Why it matters
Solod (So) is a new programming language that is a strict subset of Go, transpiling to readable C11 with zero runtime overhead—no garbage collector, no reference counting, and stack allocation by default. It supports structs, methods, interfaces, slices, multiple returns, and defer, while omitting channels, goroutines, closures, and generics. So provides native C interop without CGO and leverages existing Go tooling such as LSP, linting, and go test.
2
Sources
+0
24h
—
Growth
184d
Active
c transpilergosolodsystems programmingzero runtime