Go 博客
Two Go Talks: "Lexical Scanning in Go" and "Cuddle: an App Engine Demo"
2011/09/01
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 template package.
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 Datastore, Channel, and Memcache APIs. It also includes a question and answer session that covers Go for App Engine and Go more generally.
The slides are available here. The code is available at the cuddle Google Code project.
相关文章
- Announcing App Engine’s New Go 1.11 Runtime
- Go 2 Draft Designs
- Go talks at FOSDEM 2014
- Go on App Engine: tools, tests, and concurrency
- Advanced Go Concurrency Patterns
- The path to Go 1
- Two recent Go articles
- Get thee to a Go meetup
- Concurrency is not parallelism
- The App Engine SDK and workspaces (GOPATH)
- Two recent Go talks
- Go updates in App Engine 1.7.1
- Go videos from Google I/O 2012
- From zero to Go: launching on the Google homepage in 24 hours
- The Go Programming Language turns two
- Writing scalable App Engine applications
- Go App Engine SDK 1.5.5 released
- Go for App Engine is now generally available
- Go at Google I/O 2011: videos
- Go and Google App Engine
- Go Programming session video from Google I/O
- Go at I/O: Frequently Asked Questions