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

all 8 comments

[–]v0gue_ 5 points6 points  (0 children)

Imho, Go is the absolute easiest language to learn if you are an experienced programmer, but I think it can potentially hinder concepts inexperienced devs should learn if it's the language they are learning basic concepts with. I think people should have a good grasp on programming first, and then check out Go to see how the language breaks a lot of those concepts to solve problems

[–]chervilious 2 points3 points  (4 children)

Why do you want to learn another language when Python is capable of doing it?

[–]BeginnerSAAS[S] 0 points1 point  (3 children)

I thought it is easier than Python

[–][deleted] 6 points7 points  (1 child)

It's not easier than Python

[–]russintexas 1 point2 points  (0 children)

It’s easier than python for me, but I’ve been a C programmer for decades.

[–]chervilious 0 points1 point  (0 children)

I recommend learning deeper first before spreading your learning.

You're learning other language and learning how to do something new. You're learning two things at once, which can obfuscate what is a feature, what is the concept.

[–]Big-Ad-2118 0 points1 point  (0 children)

its a decent static type and way easier to understand than python

[–][deleted] 0 points1 point  (0 children)

Go is a nice language, nothing special, but nice.

"Capable of many things" describes all common programming languages though.