DEV Community

Discussion on: Why is your preferred programming language your go-to?

Collapse
 
srowles profile image
Stephen Rowles

Go as it's a great all-rounder. Complied to native binary makes it simple to use for processing io and building tools.

Fast enough and safe enough to build microsevices in. Memory managed to I don't worry about malloc and free any more :)

Collapse
 
ondrejs profile image
Ondrej

I have also experimented with it and enjoyed it quite a lot, seems to be like pretty good replacement for C/C++.

Collapse
 
valorm profile image
Valorm

Am a go programmer too, at first I love C/C++.
Go is awesome and it’s really fast πŸ’¨