Live data from Hacker News

Go in Go

talks.golang.org

11–20 of 156 posts

Re: Go in Go

#15
post #13

Could someone explain why 4 of the top 5 stories right now are about Go?

Google IO is 1 day away. My guess is they just finished polishing presentations which got published.

Re: Go in Go

#18
post #13

Could someone explain why 4 of the top 5 stories right now are about Go?

I won't be surprised if there having been a Golang SF Meetup tonight with community headliners hurts ;-) http://www.meetup.com/golangsf/events/220935959/

  •  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 Them

Re: Go in Go

#19
Can 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?

Re: Go in Go

#20

Can 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?

No, any newer version works. You can build 1.5 with 1.5, you will be able to build 1.6 with 1.5 and 1.6.
Post reply on HN