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

2020-07-16 Thread Robert Viragh
>I can accept draft as is I've changed my mind about my suggestion. I can also accept and fully support draft as is! It is fantastic. On Fri, Jul 17, 2020 at 12:10 AM Matthias Mädel < medienwerksalzb...@gmail.com> wrote: > Just some considerations... > > Generics syntax is a constraint of the

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

2020-07-16 Thread Robert Viragh
On Thu, Jul 16, 2020 at 11:50 PM burak serdar wrote: > > [_ _] is ambiguous though, because _ is also an identifier character. > [_x_] can be parsed as indexing with identifier _x_ > Yes, _int_ is an allowed identifier in Go. However per the suggestion at the top of the present thread the compi

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

2020-07-16 Thread Robert Viragh
Hi guys, Great conversation! I think that seeing a lot of edge cases would make it easiest to see what is best. *Since the conversation went into [[ and ]]* Before coming up with [_ and _] I very strongly considered [[ and ]] because I thought things should be orthogonal and different things sho