I've started learning Go as my next language. I really like it. I'm a JS dev by trade that knows Python and I've done some hobby work in C/C++. Go just really seems like a perfect middle ground--garbage collected, but static types; easy to read, performant, none of the Java inheritance and verbosity headaches. It took adjustment but i like assigning functions to structs and working with pointers.
And frankly having been working exclusively with reactive frameworks the last 3 years, this looks pretty exciting to me.
I have some low-level systems dev friends that have complaints about Go but they don't resonate with me. Coming from higher level languages, it's been fun. So like we're both missing something, but if you're like me, it's nothing worth worrying about. Single static binaries basically win me over on their own lol.
hoppp|4 months ago
I can see this as useful for that.
Peteragain|4 months ago
queenkjuul|4 months ago
And frankly having been working exclusively with reactive frameworks the last 3 years, this looks pretty exciting to me.
I have some low-level systems dev friends that have complaints about Go but they don't resonate with me. Coming from higher level languages, it's been fun. So like we're both missing something, but if you're like me, it's nothing worth worrying about. Single static binaries basically win me over on their own lol.
liampulles|4 months ago
wizhi|4 months ago