Hacker News new | ask | show | jobs
by euroderf 988 days ago
> Go is not a puzzle language.

Agreed. But, is this what accounts for the oft-seen condescension ?

1 comments

It was specifically designed for peons (from the creator's perspective) so the condescension is baked in:

> The key point here is our programmers are Googlers, they're not researchers. They're typically fairly young, fresh out of school, probably learned Java, maybe learned C or C++, probably learned Python. They're not capable of understanding a brilliant language, but we want to use them to build good software. So, the language that we give them has to be easy for them to understand and easy to adopt.

May i counter with: "Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."