-
I am a nube that's been playing around programming languages. I started with python but find it a bit verbose. I am looking at "Go". I wonder if it is a good language to try and cut my teeth? Or should I continue to dabble in them all? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @wikinGit , Thanks for reaching out. On a personal note: I'm not a Go expert myself, coming from other languages (Javascript and Java) Go had some learning curve that I had to get used to. Good luck on your journey 😄 |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi @wikinGit ,
Thanks for reaching out.
This repo is meant for questions regarding using the AWS SDK for Golang, and not the Golang language itself. You might want to check out their dedicated repo instead 😃
On a personal note: I'm not a Go expert myself, coming from other languages (Javascript and Java) Go had some learning curve that I had to get used to.
It is very nicely written and makes idiomatic sense as similarly to Python, it is written like "plain english". As it gains popularity, there might be more resources to make it suitable to be a "first language", but from what I've seen most of the core users of Go already have a few languages under their belt.
Good luck on your journey 😄
…