-
On Go’s Type Parameters Proposal
The developers of Go have release a new draft proposal for type parameters. The biggest change is the replacing the concept of constraints, which complicated the proposal somewhat, and replaced it with interfaces to express the same thing. You can read the proposal here latest proposal here. I think they’re starting to reach a great balance between what currently exists in the language, and the features required to make a useful type parameter system. Continue reading →