The Go Programming Language: An Introduction

2011-07-25 Go.

Lecture during The Camp, at Græsrodsgården, in Bregninge, Denmark.

In this presentation on Google’s Go programming language, we walked over the language features, and how to use the language features to build concurrent applications.

As an example application, I showed an IRC daemon written in Go. The source code for this project can be found at https://github.com/ahf/ircd-novo.