Archive

Archive for September, 2011

Two Go Talks: “Lexical Scanning in Go” and “Cuddle: an App Engine Demo”

September 3rd, 2011 No comments

Rob’s talk, “Lexical Scanning in Go“, discusses the design of a particularly interesting and idiomatic piece of Go code, the lexer component of the new template package.
Lexical Scanning in Go – Rob Pike

The slides are available here. The new template package is available as exp/template in Go release r59. In a future release it will replace the old template package.

Andrew’s talk, “Cuddle: an App Engine Demo“, describes the construction of a simple real-time chat application that uses App Engine’s DatastoreChannel, and Memcache APIs. It also includes a question and answer session that covers Go for App Engine and Go more generally.

Cuddle, A go AppEngine Demo – Andrew Gerrand

The slides are available here. The code is available at the cuddle Google Code project.
From: http://blog.golang.org/2011/09/two-go-talks-lexical-scanning-in-go-and.html