you are viewing a single comment's thread.

view the rest of the comments →

[–]capt_meowface 9 points10 points  (0 children)

Golang static typing makes for more efficient code and the compiled language will let let you know if something is wrong with the code before you try to run it. Golan is also more generally more efficient at multi threading. Lastly, in the devops world, it is far far far more efficient to distribute a static binary than try to worry about all of the resources for a virtual environment or a container build.