Go is not an easy language

from blog arp242.net, | ↗ original
↗ original
Go is not an easy programming language. It is simple in many ways: the syntax is simple, most of the semantics are simple. But a language is more than just syntax; it’s about doing useful stuff. And doing useful stuff is not always easy in Go. Turns out that combining all those simple features in a way to do something useful can be tricky. How do...