I rarely use interfaces or channels in Go. I never use generics in Go. I never use gofmt. I've written quite a number of different projects in Go and while I understand the concepts, I always have to look up how use certain things like channels or, I don't know errors. I feel retarded, but then I remember actually program languages like D or Ruby or JavaScript and they're a bit more complex, yet I remember a lot more things about them without having to look it up. Maybe Go makes you retarded after all or maybe it's just language fatigue settling in. Should I seek professional help and start seeing a therapist?
>>109592606stick to python like me and one day you'll earn 6 figures
>>109592606do the tour and then read/watch the recommended resources at the end of it, you absolutely braindead moron: https://go.dev/tour
>>109593177Best advice. Do data science. View programming as a means to an end because at the end of the day that's all it is. To what end? Whatever end you define.
>>109593373Wow, thanks for the advice, now that you've insulted me, I'm going to follow it.
>>109593410>if you treat me well I'll compete with youok retard. thanks for letting me know that I'm right in calling you "retard".
>>109592606Its because go has retarded syntax that is optimized for a compiler to parse, not for a human.func ()x()() {}
>>109592606>I rarely use interfaces heavily use-case dependend. Not really needed>or channels in Go. Can make things a lot faster>I never use generics in Go. Generics are always shit. Always. So that's a good thing. Only use them if REALLY needed>I never use gofmt.Retard. Enforced fmt is the single best thing in goApart from the fmt you can just write Go like C. There is really no problem with that
>>109593701>Enforced fmt is the single best thing in goSo true bestie. At what time is the bull coming to your house today?
>>109594018It's not a bull. I do feel depressed a bit, but I should ask the ukrainian gilf if she wants a foot massage these days. I just dont FEEL like it really. But i am horny tho and the cuddling afterwards is comfy af
>>109593701>Apart from the fmt you can just write Go like C.lmao, fuck slices.