DEV Community

Discussion on: Why am I learning Go?

Collapse
 
willdoescode profile image
Will

I like go because the syntax is not hard to learn, the compiler is really fast, it has a pretty good library management system, you can build for other os by doing GOOS=windows go build

Collapse
 
raddevus profile image
raddevus

I agree with all your comments. It is a very nice language and makes some dev tasks very easy and amazing cross platform abilities.