#gocoding โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gocoding, aggregated by home.social.
-
I really appreciate Go for having quite a unique combination of benefits:
Single binary executables, no dependencies or runtimes needed, garbage collection so not needing to deal with memory manually, speed that's very close to C/C++/Java/C#, almost as easy as Python.
Plus it just feels great for CLI tools since it has lots of great stuff like Charm.sh