[go-nuts] [generics] generic types join through pipes

2020-11-20 Thread Reindert Vetter
Good evening, First of all, thank you for everything you do with Go! I've had an idea for generic for Go for some time. If it makes no sense, please ignore my email. The idea is to join the different types through a pipe. This means you do not have to introduce a 'type' in the interface. It is

Re: [go-nuts] [generics] generic types join through pipes

2020-11-20 Thread Ian Lance Taylor
On Fri, Nov 20, 2020 at 2:58 PM Reindert Vetter wrote: > > First of all, thank you for everything you do with Go! > > I've had an idea for generic for Go for some time. If it makes no sense, > please ignore my email. > > The idea is to join the different types through a pipe. This means you do no