Go

Basic idea

Statically typed, garbage-collected systems-ish language from Google (2009). Designed for simplicity, fast compilation, and CSP-style concurrency (goroutines + channels). Deliberately small feature set.

Key facts

Siblings