For information on exhibition and sponsorship opportunities at the convention, contact Sharon Cordesse at scordesse@oreilly.com
Download the OSCON Sponsor/Exhibitor Prospectus
View a complete list of OSCON contacts
Go is not a small language but it is a simple one. By “simple” I mean
that it is built upon a small number of ideas that combine
orthogonally to generate power. Go may have fewer features than most
mainstream languages but in expressiveness I argue it is ahead.
Orthogonality lets elements be combined without unpleasant surprises.
Simplicity makes Go easy to understand, fast to use and fast to
compile.
This talk will be of interest to anyone who wants to learn more about Go,
from neophytes to experienced Gophers.
Rob Pike is a Distinguished Engineer at Google, Inc. He works on distributed systems, data mining, programming languages, and software development tools. Before Google, Rob was a member of the Computing Sciences Research Center at Bell Labs, the lab that developed Unix. While there, he worked on computer graphics, user interfaces, languages, concurrent programming, and distributed systems. He was an architect of the Plan 9 and Inferno operating systems and is the co-author with Brian Kernighan of The Unix Programming Environment and The Practice of Programming. Other details of his life appear on line but vary in veracity.
Comments on this page are now closed.
Comments
Too much about what was removed as compared to C or added from other languages; not enough about features that are unique to go.