Language

The Go Programming Language Promo

Posted by on July 29, 2010
Computer & Technology / 25 Comments

A short promotional video about the Go Programming Language presented by Russ Cox. For a more detailed video about Go, please see: www.youtube.com For more on Go including FAQs, source code, libraries, and tutorials, please see the Go home page: golang.org

Tags: , ,

The Go Programming Language

Posted by on June 19, 2010
Computer & Technology / 25 Comments

Google Tech Talks October 30, 2009 ABSTRACT Presented by Rob Pike What is Go? Go is a new experimental systems programming language intended to make software development fast. Our goal is that a major Google binary should be buildable in a few seconds on a single machine. The language is concurrent, garbage-collected, and requires explicit declaration of dependencies. Simple syntax and a clean type system support a number of programming styles. For more on Go including FAQs, source code, libraries, and tutorials, please see: golang.org

Tags: ,