These new Go presentations (this one and http://talks.golang.org/2015/state-of-go-may.slide#1 ) are great. Very insightful and well explained.
Go in Go
11–20 of 156 posts
Re: Go in Go
#12https://github.com/golang/go/tree/dev.ssa
No idea how long it will take to mature, but I hope there are some decent performance improvements once it is fully functional.
Re: Go in Go
#13Re: Go in Go
#14Could someone explain why 4 of the top 5 stories right now are about Go?
Re: Go in Go
#15Could someone explain why 4 of the top 5 stories right now are about Go?
Re: Go in Go
#16Could someone explain why 4 of the top 5 stories right now are about Go?
Re: Go in Go
#17Could someone explain why 4 of the top 5 stories right now are about Go?
Re: Go in Go
#18Could someone explain why 4 of the top 5 stories right now are about Go?
• Talk 1: Andrew Gerrand on Go
• Talk 2: Rob Pike on Go
• Talk 3: Aaron Schlesinger, Concurrency Conventions in Go
• Talk 4: Steve Francia, Common Mistakes in Go and When to Avoid ThemRe: Go in Go
#19Re: Go in Go
#20Can some one answer this question. It says that Go1.4 will be needed to compile Go1.5. Does this mean that Go1.4 will always be needed, even for Go1.6 and beyond? So are they essentially locking things to the Go1.4 "C" code, then updating on top of that?