平成24年度 博士課程教育リーディングプログラム:東京大学 ソーシャルICT グローバル・クリエイティブリーダー育成プログラム

ホーム > GCL TechTalk シリーズ > 2013/10/16 (R2P) Global Design Brown Bag Seminar:Google Tech Talks

GCL TechTalk シリーズ

2013/10/16 (R2P) Global Design Brown Bag Seminar:Google Tech Talks

日時: 10/16(水) 12:00-13:00

場所: 工学部2号館 3F 1AB

講演タイトル:Go code that grows with grace

講演内容:

One of Go’s key design goals is code adaptability; that it should be
easy to take a simple design and build upon it in a clean and natural
way. In this talk I describe a simple “chat roulette” server that
matches pairs of incoming TCP connections, and then use Go’s
concurrency mechanisms, interfaces, and standard library to extend it
with a web interface and other features. While the function of the
program changes dramatically, Go’s flexibility preserves the original
design as it grows.

講演者:Mr. Andrew Gerrand

プロフィール:

現在、Google Sydney の Go Programming Language 在籍。世界中で Goに関する講演やワークショップを開催し、関連著書多数。A Tour of Go (http://tour.golang.org/)の共同制作者であり、Go プロジェクトに多大な貢献をしています。ソフトウェア のクオリティに強いこだわりを持ち、Goが大規模でも信頼性の高いソフトウェアを開発できるツールとなることに尽力しています。Google で働く前は、スタートアップやインターネットプロバイダーに関しての著書多数。


« GCL TechTalk シリーズのトップに戻る