DEV Community

Discussion on: I'm Go Backend developer and love it, Ask Me Anything!

Collapse
 
rapidnerd profile image
George

What sets go aside and makes it unique from other languages? Specifically for backend.
(Excluding that its a functional language)

Collapse
 
shostarsson profile image
Rémi Lavedrine

Its concurrency implementation makes it very easy to write softwares that are very efficient.
And it is a compiled language which means that it is faster than interpreted language.
So if you have to process a ton of data, Go is definitely interesting.
And it is very easy to learn. ;-)

Collapse
 
bregymr profile image
Bregy Malpartida

I agree <3