Two Go Talks: "Lexical Scanning in Go" and "Cuddle: an App Engine Demo"
1 September 2011
On Tuesday night Rob Pike and Andrew Gerrand each presented at the Sydney Google Technology User Group.
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
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