12 On generics in Go

github.com posted by kenny 2653 days ago  

By Ian Lance Taylor. Go should support some form of generic programming. Generic programming enables the representation of algorithms and data structures in a generic form, with concrete elements of the code (such as types) factored out. It means the ability to express algorithms with minimal assumptions about data structures, and vice-versa

Register to comment or vote on this story