• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Head First Go: What is Go similar to?

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What language is Go similar to? Is the language growing or does it already have its defined purpose?
 
Author
Posts: 22
5
Mac Ruby Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
C is probably the strongest influence; most of the syntax is highly reminiscent of C. Of course, all kinds of improvements have been added on top of that, like garbage collection, goroutines and channels, and interfaces.

Go has been steadily climbing the rankings of language popularity indexes (Stack Overflow and others) for the past several years. It's still waiting for that breakout use case that will make it insanely popular (like Rails was for Ruby) but I'm betting that use case is coming - Go's flexibility makes it a solid foundation for innovation.
 
I was her plaything! And so was this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic