Go (Programming Language)
Open-source programming language by Google, offering C-style syntax and automatic memory management. Features built-in concurrency and vast libraries, ideal for cloud services, web, and CLI development, supporting DevOps with fast builds and an expansive ecosystem.
Cost / License
- Free
- Open Source (BSD-3-Clause)
Application type
Platforms
- Mac
- Windows
- Linux
- BSD
- Self-Hosted
- Go (Programming Language)
Features
Go (Programming Language) News & Activities
Recent News
- POX published news article about Go (Programming Language)
Go 1.27 released with generic methods, struct improvements, and memory allocation gainsGo 1.27 has been released, delivering substantial updates spanning the programming language, toolch...
- POX published news article about Go (Programming Language)
Go 1.26 brings language changes, new garbage collector, improved performance, and moreGo 1.26 introduces several major language and runtime enhancements for developers. The built-in new...
- Maoholguin published news article about Go (Programming Language)
Go 1.25 update brings enhanced garbage collector, JSON package & debugging featuresGo 1.25 is now available as the latest semiannual release for the Go (Programming Language), with u...
Recent activities
- LunaStev added Go (Programming Language) as alternative to Wave Programming Language
- NotARealName732 liked Go (Programming Language)
- mqdlou liked Go (Programming Language)
- POX added Go (Programming Language) as alternative to Rhombus Programming Language
- alternativeto-single850 added Go (Programming Language) as alternative to Rux Programming Language
- BadAzzKunt26 liked Go (Programming Language)
- catalin560 liked Go (Programming Language)
- urgay421 liked Go (Programming Language)
- coffee415 liked Go (Programming Language)
- b-macker added Go (Programming Language) as alternative to NAAb
Featured in Lists
Master List of all Apps and Software I use for both work and personal life.
A list with 807 apps by AmileyaRyver without a description.
Services my Server is currently, or soon will be running.

Comments and Reviews
Go is a really good language, but it uses a GC which can cause issues (lag spikes, stutters) for certain types of applications and that's a deal breaker for me and one of the many reasons I prefer Rust.
It feels like Python grew up. High hopes for the future, still too "new" to be considered one of the greats.
It is a language that bridges the gap between performance and productivity. The built-in garbage collector means one less thing to worry about. Recent updates also bring simpler modularization and generics.
Faster than other scripting languages like Python.
great programming language
Fast, stable, open-source, simple, robust, easy to write parallel code, Ubuntu desktop contains Go compiler out of the box, AWS has SDK for Go (and other companies also), compiles to single binary (in order to run do not requare neither virtual machine like Java or Python - operating system only), cross-compilation (to another OS).
I like it due to its simplicity and yet powerful abstractions to create backend services.