Recently, I’ve had my first opportunity to dive into the Go programming language. Most of my career has been as a Python developer, but given how frequently they are compared, Go seemed like a natural language to try.\nBefore I move on to other things, I wanted to capture my reflections on Go, particularly as it compares to my experience with Python.\nThe good Go runs really quickly Core to the promises of the Go language is its ability to compile and run quickly. It lives up to these promises! It felt like the only time I ever spent waiting for something to happen was when Go was downloading dependencies.\n
No pages have linked to this URL yet.