A incomplete list of generics reimplementations in Go [sic]:
- https://medium.com/@arschles/go-experience-report-generics-in-kubernetes-25da87430301
- https://github.com/attic-labs/noms/blob/master/doc/intro.md#types
- And the new entry: https://github.com/google/gvisor/blob/master/tools/go_generics/generics.go
Again, the revisited Greenspun's tenth rule: "Any sufficiently complicated [dynamically/weakly] typed program contains an informally-specified, bug-ridden implementation of half of a type system."