I really should get back into learning Go.

At some point I studied some basics of Python, but that just didn't stick for numerous reasons (as great as the language is), but something about Go sparked my interest.

First of all it's relatively easy to pick up (not unlike Python) with a very clean syntax.

Secondly, the distribution is magnificent: you don't need dependencies and it's all in just one executable file.

#golang #coding #programming #koodaus #koodaaminen #ohjelmointi

I also love the fact that you don't have to have any runtime or interpreter installed on the target machine and it'll just work.

But unlike other compiled languages that ship a binary like an exe file, this one doesn't require you to mess with manual memory management, for it has garbage collection.

Then there's Charm. Charm has some fantastic looking libraries that I'm eager to try out at some point!

But first I'd start with Cobra CLI since it's pretty much essential.

#golang

@Chertograd Charm and Cobra can work together. Thatโ€™s something you can try your hand at later on. :)