In recent weeks I've noticed that Go seems to have become something of a trend in the stories shared here on HN. I do not have much experience with the language myself (beyond completing the tutorial and a few small experiments), but I am curious to hear what other people think of the language in terms of its potential to become a major web/general development language.<p>So, is Go just the flavor of the month or is it here to stay?
Here to stay, but may not end up in the software population that you expect it to.<p>I predict that Go is going to be the new Java: after entrancing a bunch of early adopters, it's going to see strong uptake in enterprise IT departments that need a language that isn't too complicated and leads to consistent code that interchangeable programmers can pick up without much trouble. A bunch of enterprise server frameworks will be built that handle the stuff enterprise developers generally need to do: integrations, RDBMS access, message queues, CRUDscreens, simple webapps. The boilerplate and levels of abstraction needed by these frameworks will drive off the initial Go early-adopters, who will find something newer and cooler like Rust or Julia.<p>It's already started to happen: one of my college classmates runs the IT department for a major school district. He's steeped in IBM mainframes, DB2, Cobol, Novell, all these ancient technologies. He's been looking for something to help modernize the whole mess, and last I talked to him, had settled on Go.
Is Go FotM? I'd be lying if I said no.<p>However that being as it may, Go is see legitimately strong growth in China and reasonable growth in the US.<p>It also fills a market gap: A native machine compiler which isn't insecure by design (e.g. C/C++). Rust is also competing in that space and has a very strong design (even if Go appears to have gained more market share at the moment).<p>If you listen to TIOBE then Golang isn't doing very well, if you read almost any other popularity metric it is looking a lot better e.g.
<a href="http://redmonk.com/sogrady/2014/06/13/language-rankings-6-14/" rel="nofollow">http://redmonk.com/sogrady/2014/06/13/language-rankings-6-14...</a><p>Plus most of these ignore China which is dumb.
FYI, i asked HN a couple of months ago a similar question:
<a href="https://news.ycombinator.com/item?id=8349678" rel="nofollow">https://news.ycombinator.com/item?id=8349678</a><p>My personal impression is that Go slowly tilts over the hype peak and becomes just another tool in the box (that is a good thing, IMHO). The golang-codereview mailing list is very active, so I do not see any indication that Go crawls in a corner and dies any soon.
For non-typical web backend development and network programming I find the included libraries excellent. Probably I would not use it for a straightforward CRUD server. What do you mean by general development?
Depends on what you mean by "major". And for most meanings it probably won't. Partially because languages are like startups, only a very few get massive, most die quickly, and some turn into lifestyle businesses. Partially because Go is just another alternative for many web and general programming tasks and what differentiates it as a language is often not a high priority and what differentiates its tradebase of experienced programmers, smaller size, often is.<p>If the JVM, .NET, Browsers, Rails, or heaven forbid Python are options the business case for Go is hard to make. Their tooling is mature and robust across platforms because the technologies are mainstream. The programmer tradedebase is large for the same reason. Go lacks attractive tooling for mobile ecosystems. In 2015 that would not appear to bode well for general use, all levels of the stack matter.<p>There has to be a compelling reason to trade that away for Go. Those reasons exist, but only sometimes.
Seems to be here to stay, but I can't quite figure out why. The only thing I liked about it when I tried it out was the gotool, but it was hardly a reason for me to switch, given that I find the language itself kinda poor. Sure, it has cute syntax, but doesn't seem to provide much else that I couldn't do in another language, especially with contenders like Rust and Nim, or just plain old C, which is well-supported almost everywhere.
I'd say it's still in FOTM stage. But that's only because I've been traveling outside of the bay area recently. Here, it seems well on it's way to becoming a standard tool in the toolbox. But outside of this bubble (and the other bubbles like it), it actually seems pretty obscure.
I wouldn't say it's a recent trend. I joined hn about 2 years ago and notice popular Go posts frequently. Before joining hn I heard about go from classmates around 2010.<p>I doubt it will be a flavor of the month. Go has a really strong community. I think a better and harder question would be about its longterm popularity and adoption.
I've only been playing around with it for a few weeks but my experience has been entirely positive thus far (usually when picking up a new language there's at least a few "ugh, I hate how..." moments). I feel it's a very well designed language and that should give it some staying power.