[go-nuts] Re: Generics and parentheses

2020-07-20 Thread Geoff Speicher
This is great work but compared to the rest of Go's existing syntax, I personally find it much harder to grok the generic code examples regardless of bracket choice. It seems like a lot of complication stems from what effectively amounts to requiring the programmer to declare a new generic type

Re: [go-nuts] Re: Generics and parentheses

2020-07-20 Thread Geoff Speicher
On Mon, Jul 20, 2020 at 2:04 PM Ian Lance Taylor wrote: > On Mon, Jul 20, 2020 at 9:42 AM Geoff Speicher wrote: > > > > This is great work but compared to the rest of Go's existing syntax, I > personally find it much harder to grok the generic code examples regardl