DEV Community

Discussion on: Why do you love working with your programming language?

Collapse
 
habereder profile image
Raphael Habereder • Edited

I really like go, just because I can use the result on pretty much all the platforms I need.
Just a GOOS=target;go build file.go and I am done.
No more "does it work on Linux? Do I need to download stuff for Mac or windows?"
It just works.

And concurrency is basically for free, I love it.
The only thing go is really lacking imo is rich client UI stuff