DEV Community

Discussion on: What programming language should I learn next?

Collapse
 
crenshinibon profile image
Dirk Porsche

Give Go a try, especially if you are dealing with backend, api or command line stuff.

I have worked with many languages and tried a few more. But the simplicity of the language and the amount of things you can do with just Go itself is amazing. You barely need much else. But the community is great as well.

The support in VSCode is great.

The cloud runs on Go (k8s, docker).

...