Follow

After a while trying Go out, I must say I'm very impressed with the language overall.

It retains many things from C syntax, while supercharging it to make it ridiculously easy to write high-level code that's also efficient. But you can dig deep if you want and go a little lower-level. Docs are well written and maintained. Unlike Ruby or Python, the syntax is never ambiguous.

What I dislike the most is how strict the Go linter is. I really dislike K&R braces.

What are your thoughts on Go?