title: New Talk and Tutorials date: 2010-05-05 by:

  • Andrew Gerrand summary: “More materials for learning about Go: one talk, one codelab, and one screencast.”

Rob Pike recently gave a talk at Stanford's Computer Systems Colloquium (EE380). Titled Another Go at Language Design, the presentation gives an overview of the itches Go was built to scratch, and how Go addresses those problems. You can view a video stream of the talk, and download the slides.

Last week's release included a code lab, Writing Web Applications, that details the construction of a simple wiki program. It is a practical introduction to some fundamental Go concepts, and the first of a series of Go code labs.

Lastly, we are often asked “How do Go packages work?” It's easier to show than to explain, so I put together a Go Packages screen cast that demonstrates the process of writing, building, installing, and redistributing Go packages. I hope to post more of these covering a variety of Go programming topics to the gocoding YouTube channel in the near future.