- Hands-On System Programming with Go
- Alex Guerrieri
- 70字
- 2021-06-24 13:42:19
Language features
Go is a modern server language with great concurrency primitives and a memory system that is mostly automated. It is considered by some to be a successor to C, and it manages to do so in many scenarios because it's performant, has an extensive standard library, and has a great community that provides many third-party libraries which cover, extend, and improve its functionalities.