Search -
The Go Programming Language Phrasebook (Developer's Library)
The Go Programming Language Phrasebook - Developer's Library Author:David Chisnall This book introduces the new Go programming language. Coverage begins with an introduction to the history and philosophy of the language, helping you to understand the reasons for various parts of the syntax and semantics. You will then learn about the design patterns for writing scalable code in Go and have a guided tour of the standard library... more ». Go is a language designed from the ground up for writing fast, concurrent code, incorporating features features from both high and low-level languages. This is useful in a variety of situations, and especially when writing large multiuser web applications. Go is now supported by the Google App Engine for this reason.« less