Title: Google introduces new 'Go' programming language Post by: Alex on November 11, 2009, 01:46:42 PM Google introduces new 'Go' programming language
Search, mail, mobile operating systems, advertising and mapping. These are all areas in which Google plays a big part. The company is ever expanding, however, and today they've demonstrated that: Google has just introduced an entirely new programming language, taking influences from C++ and Python, called, quite simply, Go. The language, which has a website here, "combines the development speed of working in a dynamic language like Python with the performance and safety of a compiled language like C or C++," according to the blog post made by Google. To give you a sample of the code, courtesy of TechCrunch, here is a simple 'Hello, World!' program. 05 package main 07 import fmt "fmt" // Package implementing formatted I/O. Read full story... http://feedproxy.google.com/~r/neowin-main/~3/6mpDiD6NmNk/google-introduces-new-go-programming-language |