
Go (Programming Language)
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
What is Go (Programming Language)?
Go, also called golang, is a programming language initially developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It is a statically-typed language with syntax loosely derived from that of C, adding automatic memory management, type safety, some dynamic-typing capabilities, additional built-in types such as variable-length arrays and key-value maps, and a large standard library.
Go (Programming Language) Screenshots
Go (Programming Language) Features
Go (Programming Language) information
Supported Languages
- English
GitHub repository
- 109,405 Stars
- 16,022 Forks
- 8237 Open Issues
- Updated
Comments and Reviews
Tags
- Programming Language
- development
Category
DevelopmentLists containing Go (Programming Language)
My Setup - All Apps and Software • Windows 11 Developer Setup • Core, Development & Services • xenmaster's back end web development listRecent user activities on Go (Programming Language)
- indrayn liked Go (Programming Language)in
- namdx1987 liked Go (Programming Language)na
- nic5 liked Go (Programming Language)ni
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.