Hacker News new | ask | show | jobs
by segmondy 2939 days ago
you don't need to learn it. :-D you already know it, you just need to write it. There are a few things to understand defer, goroutines,channels, interfaces, structs etc.

We also have to give credit to the author. Good programmers have programs that are easy to read and understand.

However like all languages that are easy to read, it can be deceptive. Once you dive into any big/complex project. Context and design decisions matter more than anything else.

1 comments

A colleague told me something similar about Lisp: “The author didn’t create Lisp, he discovered it.”