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

cheekybits/genny

Elegant generics for Go observed · 2026-08-28

github.com/cheekybits/genny · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: n/a
  • age_days: 4328
  • days_rel: n/a
  • days_push: 1835
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1717 stars · 126 forks observed · 2026-08-28

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

Genny is a code-generation tool that provides generics-like functionality for Go before native generics existed. It processes valid Go source files, replacing generic type placeholders with specific types to generate type-specific code via the `genny gen` command and `go generate`.

Use cases

  • generate type-specific Go code from generic templates
  • create typed collections like maps and sets for multiple Go types
  • integrate generics-style code generation with go generate
  • generate permutations of generic code for multiple type combinations
  • generate code for all built-in Go types using BUILTINS wildtype

When to choose

  • you maintain a Go codebase targeting versions before Go 1.18 generics
  • you need type-safe data structures across many built-in types without hand-writing each
  • you want generic code that still compiles and tests as normal Go

When to avoid

  • you are on Go 1.18 or later, which has native generics
  • you need runtime generics rather than compile-time code generation
  • you want an actively developed tool - the project has been in maintenance since 2021

Facets

cli-tool · maturity maintenance

compiler developer-tools developer-tools programming-languages go cli cross-platform generics go-generate code-generation pre-generics-go automation

1 source

Member repositories

RepositoryRoleHealth v2
cheekybits/gennymain32

For agents

markdown · JSON · MCP: product_card(name="cheekybits/genny")

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