💾 Archived View for station.martinrue.com › birabittoh › adf53352feff499abc024678369fcda7 captured on 2023-09-28 at 17:24:03. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-09-08)
-=-=-=-=-=-=-
Gonna bite the bullet and try learning Go. Any advice?
1 year ago · 👍 martin, averphos, dk, astromech
@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 · 1 year ago
@tskaalgard ah but it can take a lifetime to master · 1 year ago
+1 for A Tour of Go · 1 year ago
Also: GoTime is a cool podcast about all things Go. · 1 year 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. · 1 year 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 :). · 1 year ago