Alex Peek blog

List of posts    Blog archive    About

 

Monday, February 27, 2023

Collection of quotes about Go

This post is a collection of quotes about Go (initially released in 2009). There are 2 quotes listed below. License: CC BY-SA 3.0

 

1. "[Go] is syntactically similar to C, but with memory safety, garbage collection, structural typing and CSP-style concurrency." (Wikipedia: Go (programming language), 2.26.23 UTC 23:51)

 

2. "The designers wanted to address criticism of other languages in use at Google, but keep their useful characteristics:

 

  1. Static typing and run-time efficiency (like C)
  2. Readability and usability (like Python or JavaScript)
  3. High Performance networking and multiprocessing"

 

(Wikipedia: Go (programming language), 2.26.23 UTC 23:51)