Go #

Go is a programming language developed at Google. It’s become very popular in the last decade as a general purpose, statically-typed compiled language that can replace C for many applications. It has a reputation for speed and accessibility, particularly for developers new to the language.

  • A book which teaches Go from basics using a test-driven approach. I haven’t seen this done in a textbook before and it looks very interesting.