Portable Cloud Programming with Go Cloud
blog.golang.org
Portable Cloud Programming with Go Cloud
1–10 of 158 posts
Re: Portable Cloud Programming with Go Cloud
#2Re: Portable Cloud Programming with Go Cloud
#3Why is Google advertising its own product through official golang blog? It looks very amateurish.
Re: Portable Cloud Programming with Go Cloud
#4Re: Portable Cloud Programming with Go Cloud
#5Why is Google advertising its own product through official golang blog? It looks very amateurish.
Re: Portable Cloud Programming with Go Cloud
#6Maybe it's a biased and distorted perception that I have, but Go seems to be the most consistent and unsurprising language I've used, and I mean this positively. I haven't written any Go for over a year since my current job mostly uses Node, but I feel immediately comfortable jumping in to the examples in this blog post. I don't think that I'm explaining what I mean very well, but it's something I don't think is so t…
Re: Portable Cloud Programming with Go Cloud
#7Why is Google advertising its own product through official golang blog? It looks very amateurish.
Re: Portable Cloud Programming with Go Cloud
#8Why is Google advertising its own product through official golang blog? It looks very amateurish.
Re: Portable Cloud Programming with Go Cloud
#9Maybe it's a biased and distorted perception that I have, but Go seems to be the most consistent and unsurprising language I've used, and I mean this positively. I haven't written any Go for over a year since my current job mostly uses Node, but I feel immediately comfortable jumping in to the examples in this blog post. I don't think that I'm explaining what I mean very well, but it's something I don't think is so t…
All languages are going to suck, somewhere. The trick is to actually optimize a language for the difficult, expensive parts of development. Many languages seemingly optimize for writing things from scratch slickly. They're "blog example optimized." Instead, languages should be optimized for debugging, reading code, and deployment.
The fact that Go is not afraid of boilerplate is often actually a good thing. I've had to debug C++ in the confluence of 2 templates, such that there was no source code to display in the debugger. I don't expect to have this problem in Go, ever.