Go

Reading Time: < 1 minute

Open Source programming language that Google developed

Compiles to an executable as opposed to operating as VM (pcode). Can be used to create libraries (similar to C – in fact there is a cgo).

Development tools:

Make:
Installing Make – Link
Using Make

Installling Go – Link
Hello World in Go – Link
For Loops – Link

Conclusion: