Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@p @lonelyowl13 @ins0mniak @lanodan All I really want is parameter defaults, actual enums, explicitly implementing interfaces, and just generally more cohesive culture surrounding the use of errors and contexts.
I do really like its structs and (de)serialization capabilities, though. I don't really mess with goroutines and channels much, but when I do, they're alright. Channels could be a little more intuitive on some of the edge cases like sending to vs reading from a closed channel.
I haven't touched generics, but I'm hoping to see some good map-reduce style libraries coming soon (at the cost of retards putting generics everywhere and generally overcomplicating things, a la modern C++).
I guess it's the least bad option for the kind of stuff I like to do.