News

Bjarne Stroustrup is on a mission to simplify generic programming. In a recently published paper titled “Concepts: The Future of Generic Programming,” Stroustrup makes the case for concepts as ...
Parameterized types for Go generics In Go 1.18, the new generic syntax allows us to indicate what types a function can accept, and how items of those types are to be passed through the function.
A new draft to add support for generic programming to Go is centered around the concept of contracts, which are used to constrain type parameters to types and functions. The draft also introduces ...