Thoughts on GoLang
Go is a return to C Go can best be understood as an improved implementation of C. From Wikipedia: Go is a statically typed, compiled programming language … with memory safety, garbage collection, structural typing,[6] and CSP-style concurrency. Compiled obviously means that before you run it, there’s a compiler that takes a look and makes…