Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
The Go Programming Language by Brian W. Kernighan, Alan Donovan
31–40 of 264 posts
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#32Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
Two words: error handling and generics.
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#33I've not been a huge fan of Go (more of a Rust person). However, seeing these authors, I'm now itching to get my hands on a copy of this book and give Go another shot. I wish I didn't have to wait until the summer for it! Edit: Also, I realize it's unfair to compare Rust to Go, since they really fill two different PL niches. I actually think there is plenty of room for both languages. By my statement above, I just me…
Just have to think if I still want the classic hardcover version or go for the Kindle version when available.
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#34I would like to take a glance. Does any one know where is the Table of Content? Thanks.
Seems like a no-nonsense approach like the K&R book. I am sold already :).
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#35Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
Note: Rust actually has a chance because it's simple compared to its competition: modern C++.
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#36In my personal view, I find it disappointing that someone like Brian Kernighan, as a co-author of C, only got as far as Go. I would have loved it much more to see him working on a language like Rust, that actually seems to point to the future of programming languages (or does its best at it), while Go looks like a stopgap and a dead end right from the beginning. Go seems a fine piece of engineering in so far as it di…
I've had tons of fun with Go, and I've also used it in real production code! I don't think it is really fair to say he "only" made it this far. It's something that actually brings enjoyment and productivity to possibly millions of people!
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#37Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
Two words: error handling and generics.
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#38Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
Two words: error handling and generics.
Generics I still miss every single day.
But not enough to stop using Go. It's pretty much C with interfaces, a garbage collector, and safety. What more can one wish for?
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#39Go, with its simplicity, is a gift from the generation of masters to today's professionals, but many of today's professionals appear too ignorant to see the wisdom of the language. It used to drive me crazy when I would read negative comments in r/programming and HN, but I don't even pay attention to the negative comments anymore. The adoption is far better than I was afraid it was going to be.
So maybe you'll excuse some people for not simply assuming that the masters are right just by virtue of who they are.
Re: The Go Programming Language by Brian W. Kernighan, Alan Donovan
#40In my personal view, I find it disappointing that someone like Brian Kernighan, as a co-author of C, only got as far as Go. I would have loved it much more to see him working on a language like Rust, that actually seems to point to the future of programming languages (or does its best at it), while Go looks like a stopgap and a dead end right from the beginning. Go seems a fine piece of engineering in so far as it di…