#goprogramminglanguage — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #goprogramminglanguage, aggregated by home.social.
-
I'm looking for a coffee shop (or even a café) to host a meetup to have a bunch of Golang engineers congregate to chat about the Go programming language.
Anyone know of any?
Preference: Metrotown and Downtown New Westminster.
But anywhere Downtown Vancouver, Metrotown, Brentwood, Downtown New Westminster, and Surrey Central is fine.
#Vancouver #Go #GoLang #GoProgrammingLanguage #LowerMainland #LowerMainlandBC #LowerMainlandBCCanada #LowerMainlandBritishColumbia #LowerMainlandBritishColumbiaCanada #LowerMainlandCanada #GreaterVancouver #GreaterVancouverRegionalDistrict #MetroVancouver #VancouverCanada #VancouverBCCanada #VancouverBritishColumbiaCanada #BCCanada #BritishColumbiaCanada #BC #BritishColumbia #NewWestminster #NewWestminsterBC #NewWestminsterBCCanada #NewWestminsterBritishColumbia #NewWestminsterBritishColumbiaCanada #NewWestminsterCanada #NewWest #NewWestBC #NewWestBCCanada #Burnaby #BurnabyBC #BurnabyBritishColumbia #BurnabyBCCanada #BurnabyBritishColumbiaCanada #BurnabyCanada #Surrey #SurreyBCCanada #SurreyBC #SurreyBritishColumbia #SurreyBritishColumbiaCanada #SurreyCanada
-
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