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:
  • Static typing and run-time efficiency (like C)
  • Readability and usability (like Python or JavaScript)
  • High Performance networking and multiprocessing"