Re: [go-nuts] Getting experience with type parameter parens

2020-07-05 Thread Henry
I looked at the updated design draft for generics. As much as I crave the extra static type verification and generics in general, it makes me wonder now whether they are worth the extra complexity.

Re: [go-nuts] Getting experience with type parameter parens

2020-06-18 Thread Ian Lance Taylor
On Thu, Jun 18, 2020 at 4:12 PM Brian Hatfield wrote: > > In a number of mailing list responses about various concerns or suggestions > regarding the specific choice of parens for type parameters, Ian has > responded a few times with: > > > Let's get some experience with this syntax before we

[go-nuts] Getting experience with type parameter parens

2020-06-18 Thread Brian Hatfield
In a number of mailing list responses about various concerns or suggestions regarding the specific choice of parens for type parameters, Ian has responded a few times with: > Let's get some experience with this syntax before we decide to change it. What does this mean, exactly? For context, I,