home.social

#goprogramminglanguage — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #goprogramminglanguage, aggregated by home.social.

fetched live
  1. 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

    #golang #goprogramming #goprogramminglanguage #gocoding