10.2. 视频和讲座

10.2.1. Go Programming

A presentation delivered by Rob Pike and Russ Cox at Google I/O 2010. It illustrates how programming in Go differs from other languages through a set of examples demonstrating features particular to Go. These include concurrency, embedded types, methods on any type, and program construction using interfaces.

官方: http://www.youtube.com/watch?v=jgVhBThJdXc

优酷: http://v.youku.com/v_show/id_XMTkzOTM4OTA4.html

10.2.2. The Go Tech Talk

An hour-long talk delivered by Rob Pike at Google in October 2009. The language's first public introduction. (See the slides in PDF format.) The language has changed since it was made, but it's still a good introduction.

官方: http://www.youtube.com/watch?v=rKnDgT73v8s

优酷: http://v.youku.com/v_show/id_XMTMxMzIwMTQ4.html]

10.2.3. gocoding YouTube Channel

A YouTube channel that includes screencasts and other Go-related videos:

  • Screencast: Writing Go Packages - writing, building, and distributing Go packages.
  • Screencast: Testing Go Packages - writing unit tests and benchmarking Go packages.

官方: http://www.youtube.com/gocoding

10.2.4. The Expressiveness Of Go

A discussion of the qualities that make Go an expressive and comprehensible language. The talk was presented by Rob Pike at JAOO 2010. The recording of the event was lost due to a hardware error.

官方: http://golang.org/doc/ExpressivenessOfGo.pdf

10.2.5. Another Go at Language Design

A tour, with some background, of the major features of Go, intended for an audience new to the language. The talk was presented at OSCON 2010. See the presentation slides.

This talk was also delivered at Sydney University in September 2010. A video of the lecture is available here.

官方: http://www.oscon.com/oscon2010/public/schedule/detail/14760

10.2.6. Go Emerging Languages Conference Talk

Rob Pike's Emerging Languages Conference presentation delivered in July 2010. See the presentation slides. Abstract:

Go’s approach to concurrency differs from that of many languages, even those (such as Erlang) that make concurrency central, yet it has deep roots. The path from Hoare’s 1978 paper to Go provides insight into how and why Go works as it does.

官方: http://www.oscon.com/oscon2010/public/schedule/detail/15464

10.2.7. The Go Promo Video

A short promotional video featuring Russ Cox demonstrating Go's fast compiler.

官方: http://www.youtube.com/watch?v=wwoWei-GAPo

优酷: http://v.youku.com/v_show/id_XMTc5MTk3NTY0.html

10.2.8. The Go Programming Language

Go is a new, experimental, concurrent, garbage-collected programming language developed at Google over the last two years and open sourced in November 2009. It aims to combine the speed and safety of a static language like C or Java with the flexibility and agility of a dynamic language like Python or JavaScript. It is intended to serve as a convenient, lightweight, fast language, especially for writing concurrent systems such as Web servers and distributed systems.

This talk will introduce Go's unique feature set, and discuss some of the ways in which it is being used today.

Andrew Gerrand

Developer Advocate

Google Sydney

Andrew Gerrand is a Developer Advocate at Google Sydney where he works on the Go Programming Language. He has given presentations and tutorials on Go in ten countries across three continents. Before joining Google, he spent 10 years programming for ISPs, web start-ups, and freelance clients in Melbourne and Sydney. In his spare time he writes code for 30-year-old, 8-bit computers.

讲义: http://wh3rd.net/practical-go/

官方: http://osdc.blip.tv/file/4432146

优酷: http://v.youku.com/v_show/id_XMjI1NzQyMjAw.html

10.2.9. Go语言:互联网时代的C

国内的讲座。

优酷: http://v.youku.com/v_show/id_XMTY4Mzk5NTc2.html

2011-03-02