Go is simple and gets the job done in most cases. It compiles much faster than any other programming language I've ever used and that alone makes it a viable tool for rapid production. Go has grown up a fair amount since its inception (module system, better garbage collection, etc.). I don't use...