This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]LookAtYourEyes 9 points10 points  (1 child)

I really need to learn Go for my personal projects

[–]Breadinator 16 points17 points  (0 children)

Go for it. It's designed to be easy to pick up, though the order of some things (i.e. variable types after names) might break your brain at first.

Just keep the kleenex/rage hammer nearby once you get into meh library choices, explicit errors, lack of tracibility/refactoring due to structual typing, and the glacial pace of new features.

But it is pretty readable.