Gonna bite the bullet and try learning Go. Any advice?
8 months ago · 👍 martin, averphos, dk, astromech
@birabittoh I know, I was joking :p · 8 months ago
@tskaalgard I can see the ambiguity, but I was talking about the programming language, not the tabletop game ;) although i've always been curious about it so I might actually try and learn that, too · 8 months ago
@tskaalgard ah but it can take a lifetime to master · 8 months ago
Find someone who knows how to play and will teach you. The rules are simple ;) · 8 months ago
+1 for A Tour of Go · 8 months ago
Also: GoTime is a cool podcast about all things Go. · 8 months ago
Not advice, but just to say Go is awesome. I think it's a really nice middleground in terms of its tradeoffs – it's a safe but simple language (I hate languages with too many features and complexity) with good concurrency support. I really dig it personally. Station is a single Go app, btw. · 8 months ago
Might not be very helpful, but going through "A tour of Go" really helped me:
https://go.dev/tour/welcome/1
The official doc is usually quite good too :). · 8 months ago