A little bit of programming in Go
Today I started to dig in a little in to programming with Go. The first impression was pretty nice. The learning resources resonated really much with me. I really reccomend the interactive Tour of Go, good head start! Additionally the Getting started docs are really hands-on and nice.
When comparing the first hour of learning Go with the first hour of Rust: Go wins. For now thats because of some syntactic sugar that Go offers and the instant readability of the demo code I saw. Its just a little more intuitive for me. With Rust it took me a few tries to find the right learning resource. Not the book, not Rust by example was it for me. The interactive stuff from Go really resonated to me.
That was a fun Saturday evening, tinkering with Go.