Re: [go-nuts] 3 important things that go should do first

2018-11-19 Thread Ian Denhardt
Quoting 'yinbingjun' via golang-nuts (2018-11-19 22:23:35) > First go should support generic types. There's ongoing discussion of this in the context of Go 2; see: https://blog.golang.org/go2draft Which also links to the full draft designs, as well as feedback pages (with *lots* of feedback)

[go-nuts] 3 important things that go should do first

2018-11-19 Thread 'yinbingjun' via golang-nuts
Recently I want to build a personal website using go, and I found it is very difficult. First go should support generic types. Generic types is very useful in ORM projects. If this make complex, go can borrow idea from java: only support generic types in language grammar and compiling time, n