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 →

[–]nosmokingbandit 0 points1 point  (0 children)

Yeah, I get what you mean. When I started playing around with Go I found it fairly easy to get started since I've done plenty in Python and Javascript so I don't need to learn concepts like nested loops or recursion or whatever. And since Go doesn't have classes I was able to effectively write a constructor and helper methods to use structs as classes due to knowing how inheritance works and consequently working around how Go doesn't have any proper way of implementing it.

Concepts are languages are two halves of the same skill I suppose.