Ross ROSS = Recommend OSS · open-source software intelligence for agents

solod-dev/solod

A subset of Go that translates to C observed · 2026-09-01

github.com/solod-dev/solod · homepage · Go · BSD-3-Clause (permissive) observed · 2026-09-01

Health v2 · maintenance only

76/100

  • Activity 100
  • Release rhythm 83
  • Longevity 12

Flags: young

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 39.5
  • age_days: 178
  • days_rel: 39
  • days_push: 2
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1143 stars · 24 forks observed · 2026-09-01

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Solod (So) is a strict subset of Go that transpiles to readable C11 code with zero runtime, no garbage collection, and native C interop. It ships a standard library ported from Go's stdlib, including concurrency primitives, while keeping everything stack-allocated by default.

Use cases

  • write systems-level code in Go and compile to C
  • transpile Go source to readable C11
  • use Go syntax and tooling for embedded or C projects
  • call C code from Go-like code without CGO
  • avoid garbage collection while keeping Go ergonomics
  • generate C libraries from Go code

When to choose

  • you know Go and need C-level control or output
  • you want Go's safety and tooling in a C codebase
  • you need zero-runtime, no-GC compilation to C
  • you want bidirectional C interop without CGO

When to avoid

  • you need full Go, goroutines, or the complete Go runtime
  • you need production-grade stability today
  • you rely heavily on generics or Go's built-in concurrency
  • you need a GC or automatic memory management

Facets

cli-tool · maturity experimental

compiler programming-language developer-tools programming-languages compilers developer-tools windows cli cross-platform transpiler go-subset c11 zero-runtime c-interop systems-programming linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
solod-dev/solodmain76

For agents

markdown · JSON · MCP: product_card(name="solod-dev/solod")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem