Hi
I've followed the thread "what programming language do you want to learn next"
And lot of people say that they want to learn Go, i've do some search but i haven't understand why this hype with go ? So, why so many people want to learn this language ? What a pros (maybe cons) and specificity ? He will be nice for what kind of application ?
Thanks for your answers!
j
stuff ;)
Go is a nice C like language which uses Composition over inheritance. I implements go routines and channels which make asynchronous processing feel natural and easy to control.
Since it's typesafe and has a really small set of commands it's a really good tool language for devops.
It was built with the intention to eliminate race conditions so it makes concurrency esp easy.
As well as the interface on structs are awesome I like that it takes away the OO mania a little and build things around data not functionality.
It's a nice tool language :)