Earlier quoted context omitted.
At work we have recently started using Go. When I told one of my developer friends that I was doing some Go projects, he was confused and thought I meant "Pokemon Go". So yeah, you might have a point, sadly.
a developer who hasn’t heard of Go must live under some special kind of rock
Go: Ten years and climbing
11–20 of 193 posts
Re: Go: Ten years and climbing
#12Re: Go: Ten years and climbing
#13I've been using Go on the side since mid-late 2013, so not nearly as long as some here, but I was heavily impressed by both Goroutines and channels as ideas, and by the net/http library. The general portability and simplicity of the language has made it nice for side-project work. I've since used go to write a blog engine, several APIs for school projects, and have been working on a scripting language (pisc.junglecod…
You know they didn't invent this right?
Re: Go: Ten years and climbing
#14Go is actually 50 years old in terms of design insight.
Re: Go: Ten years and climbing
#15I've been using Go on the side since mid-late 2013, so not nearly as long as some here, but I was heavily impressed by both Goroutines and channels as ideas, and by the net/http library. The general portability and simplicity of the language has made it nice for side-project work. I've since used go to write a blog engine, several APIs for school projects, and have been working on a scripting language (pisc.junglecod…
> but I was heavily impressed by both Goroutines and channels as ideas You know they didn't invent this right?
Re: Go: Ten years and climbing
#16Go is actually 50 years old in terms of design insight.
Re: Go: Ten years and climbing
#17Go is actually 50 years old in terms of design insight.
Re: Go: Ten years and climbing
#18Re: Go: Ten years and climbing
#19Re: Go: Ten years and climbing
#20Perl was the glue language of the web and Go is the production language of the cloud.
I'm actually a bit scared to imagine a world in which Go was not created, given how much success I've personally had with it.
Thanks to the entire Go team.