On Mon, Dec 23, 2019 at 12:21 AM <
alex.be...@gmail.com> wrote:
>
> I'm following the development of
https://go-review.googlesource.com/c/go/+/187317/ (the Go2 contracts prototype) and I have a question about its long-term fate. It looks like the current version of the code shows that contracts are a viable approach to generics and can be implemented with a reasonable effort.
>
> So is this prototype going to become a real implementation or is it going to be discarded? If it's going to become real, then is it possible to develop it in a public tree?
It's just a type checker at present, not an implementation.
The development is being done in a public tree, or at least a public
CL, and that will continue.
Ian