On Sat, Jun 20, 2020 at 10:33 AM <
cny...@gmail.com> wrote:
>
> The type parameters in the current proposal uses `(type xxx)` which is visually hard to distinguish from function parameters.
>
> There are reasons stated in the proposal to not adopt <> (which is common in other languages) which I'm not going to challenge. But have you considered `(<T>)`? It should eliminate the infinite lookahead concern of using <>, require minimal change to the existing implementation in go2go, and IMO improves the readability of Go code w/ generics.
we worry about alternatives. Thanks.