Re: [go-nuts] Re: Signature Switch - third path to Go generics

2021-01-01 Thread 'Axel Wagner' via golang-nuts
On Fri, Jan 1, 2021 at 12:34 PM wilk wrote: > On 31-12-2020, Ian Lance Taylor wrote: > > That said, one of the minimal requirements that I think applies to any > > generics proposal is the ability to write a compile-time-type-safe > > container, such as a concurrent hash map. > > I understand in

[go-nuts] Re: Signature Switch - third path to Go generics

2021-01-01 Thread wilk
On 31-12-2020, Ian Lance Taylor wrote: > On Thu, Dec 31, 2020 at 10:37 AM Wojciech S. Czarnecki > wrote: >> >> I regard current Team's proposal a way better than the first iteration. But - >> while I see a need for generic way to write common code, I also share >> concerns about readability and f