One of Go's features is that a program compiles to a single statically linked executable. But what difference does it make? Why should we care? In this talk, Amnon looks the convoluted deployment stories that other languages require to escape from dependency hell and solve problems that Go simply avoids.

Comments

Comments are closed.

James Rooney at 22:48 on 16 Oct 2019

Really interesting talk. Very informative. Nice comparison between python and go.