Programming Language Go Turns 8 (golang.org) 67
On this day, eight years ago, a group of programmers at Google released Go, a brand-new open-source programming language that they hoped would solve some of the problems they faced with Java, C++ and other programming languages. In the past eight years, Go has gotten a tremendous traction, with Go helping drive several services running inside Google. The company, on its part, has added a handful of features to Go, including a revamped garbage collector in 2015, and support for various ARM processors. From a blog post: Go has been embraced by developers all over the world with approximately one million users worldwide. In the freshly published 2017 Octoverse by GitHub, Go has become the #9 most popular language, surpassing C. Go is the fastest growing language on GitHub in 2017 in the top 10 with 52% growth over the previous year. In growth, Go swapped places with Javascript, which fell to the second spot with 44%. In Stack Overflow's 2017 developer survey, Go was the only language that was both on the top 5 most loved and top 5 most wanted languages. People who use Go, love it, and the people who aren't using Go, want to be. [...] Since Go was first open sourced we have had 10 releases of the language, libraries and tooling with more than 1680 contributors making over 50,000 commits to the project's 34 repositories; More than double the number of contributors and nearly double the number of commits from only two years ago. This year we announced that we have begun planning Go 2, our first major revision of the language and tooling.
Go? (Score:3)
It Went and is now Gone.
Re: (Score:2)
It Went and is now Gone.
I was going to ask about that. I didn't think anyone was still using GO. 8 years is venerable for a "fashion" language.
Re:Go? (Score:5, Insightful)
I didn't think anyone was still using GO. 8 years is venerable for a "fashion" language.
The Hyperledger Blockchain system uses Go for writing chaincode contracts: https://www.hyperledger.org/ [hyperledger.org]
I have no idea why that was chosen . . . but I think your "fashion" statement has a lot to do with it.
On the other hand, serious potential blockchain users, banks and insurance companies, are very wary about using such a "young" language. At least with Java, we have spent a lot of time identifying security issues, and programmers have had a lot of time to learn it well.
With Go . . . we'll be just starting with the security issues and other quirks with the language.
So, when is Google going to offer Go as a development option on Android . . . ?
Re:Go? (Score:4, Informative)
It annoys me that they are making a backwards incompatible version, though. All the time I spent learning the language gone to waste.
Re: (Score:1)
Re: (Score:2)
Re: (Score:2)
DevOps jobs usually involve scripting languages, Shell and Python, depending on the tools you use you could also stumble over Ruby.
Re: (Score:2)
I seriously doubt the changes will be that severe. It will not be a whole new language...
Re: (Score:2)
It annoys me that they are making a backwards incompatible version, though. All the time I spent learning the language gone to waste.
This is Google we're talking about. Angular2 broke Angular1. Don't use them if you don't want your stuff to break.
Re: (Score:2)
Android is supporting Go since years.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Go is a successful language.
So is PHP.
So is COBOL.
Comment removed (Score:5, Interesting)
Re: (Score:3)
Docker, which is along the same lines is built in Go.
Docker is a layer of convenience over existing technologies like cgroups. They could have written it in QBasic for that matter, it does nothing special.
Well... slightly off topic but (Score:3, Funny)
Seeing the name "Go" in this context reminded me of Logo, which is probably much more limited.
Thanks to a Windows app that emulates Logo, tonight my kids will be learning how to program by telling a triangular turtle how far to move and how far to turn. Or they'll tell their dad it's boring and they're not going to do it. We'll see.
Dead end language (Score:3, Interesting)
The question is how many months will it be before Rust surpasses Go in every significant metric; libraries, active developers, popular projects, etc. Go doesn't offer anything other than being part of Google's "mind share." It's another garbage collected managed application language in a market stuffed to the gills with such tools. What success Go has had is almost entirely due to Google marketing.
Re: (Score:1)
Do not underestimate the snobbery factor. Go is supposedly designed[1] by a bunch a unix/plan9 luminaries, and that alone makes a lot of wannabe high-flying programmers fret in their pants.
[1] based on its underwhelming its design is, the actual work was probably done by some less talented imitators, and Ken Thompson &co just gave it a stamp of approval after fixing some long held pet peeves with C and C-like languages.
Re: (Score:3)
That tells more about you and your misconceptions rather than Go.
C was a simple language designed for one thing. The bloated C and C++ is actually pretty damn far away from the original ideas and use cases.
The same applies to Unix (and indirectly Posix). Complicated systems where some parts no longer make sense and bloating of many kinds.
Plan 9 was one attempt of returning to the roots of the Unix idea, making it simpler but still compatible with the evolved world. If they succeeded? Matter of opinion.
It us
Re: (Score:1)
But it was inferno's vm which supported GC and CSP natively. Of course, if you go through the trouble of building a Lisp machine, you better use Lisp than C to program it.
This is different from go; go programs are executables which run on platforms which do not offe
Re: (Score:2)
I see that you haven't even looked at Go and what makes it different. Rust isn't the same type of language, doesn't have the same type of built-in support and would be a bad fit for the use-cases Go was designed for.
While I don't like the language it does fill a niche.
no generics (Score:1)
No generics, less space than a Nomad. Lame.
Re: (Score:1)
58 Years of COBOL (Score:2)
And it STILL is running the majority of infrastructure applications.
Re: (Score:2)
LOL! Thanks! Needed that.
Wild guess: you aren't a programmer?
Horrible language (Score:5, Interesting)
Re:Horrible language (Score:4, Insightful)
It is the _MOST_ difficult language for examining someone else's code and trying to figure out what is going on.
AHEM. Perl much?
Re: (Score:2)
Re: Horrible language (Score:5, Interesting)
Re: (Score:3)
Re: (Score:2)
Public members are PascalCase, private are camelCase as a rule.
What's bad about that? I really like that style of C# naming. Makes public members nice and clear.
Re: Horrible language (Score:2)
Re: (Score:3)
Re: (Score:2)
Interesting. What use cases do you think that Go is well suited for?
It seemed to me that it became popular among the Linux container tool community because it was early in having libraries for LXC. But that doesn't make it a good language - just a lucky one.
One caveat in my bad opinion of it is that the alternatives each have deficits as well. What are your thoughts?
What OS? (Score:2)
Go 2? (Score:5, Funny)
This year we announced that we have begun planning Go 2, our first major revision of the language and tooling
No thanks. Everyone knows that using Go 2 in your code is bad programming practice.
About that next version (Score:2)
Hopefully you can resolve some of the complaints about Go in the next version. But I'm afraid you're going to have to call it something else. Because Edsger Dijkstra says Go 2 Considered Harmful.
Re: (Score:2)
Actually that was what Niklaus Wirth said: https://en.wikipedia.org/wiki/... [wikipedia.org]
With Wirth in mind I hereby propose the new version to be named Goberon. Can't find any harmful in that.
Much hyperbole here (Score:2)
once you understand C (Score:1)
the rest is history
Re: (Score:2)