logoalt Hacker News

osigurdsonyesterday at 8:46 PM1 replyview on HN

Go is extremely easy to pickup. If you know any language you probably know Go already for the most part (channels notwithstanding).

I wouldn't say it is a "beautiful" language however. Though that is in the eye of the beholder, I don't think the Go designers were even really going for beauty.


Replies

fragmedeyesterday at 8:50 PM

They were going for readability. You can make some impossible to read code with C++ because the programmer was too clever, and the designers of golang wanted to avoid that.

show 1 reply