clipperhouse/gen
Type-driven code generation for Go
This is a deprecated code-generation tool for Go developers. It helped generate repetitive code based on custom data types, effectively mimicking generics before they were officially available in Go. Developers would provide their Go types and receive generated code, often for common data structures or LINQ-like operations.
1,425 stars. No commits in the last 6 months.
Use this if you are a Go developer looking at historical approaches to code generation before the advent of native generics.
Not ideal if you are developing new Go applications, as it is deprecated and incompatible with recent Go versions.
Stars
1,425
Forks
90
Language
Go
License
—
Category
Last pushed
Oct 31, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/clipperhouse/gen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.