Nosy Rat's Post

Google’s Go new open source programming language

November17

Google released an experimental systems programming language under open source called “Go,” that combines development speed of working in a dynamic language like Python with performance and safety of a compiled language like C or C++.

Typical builds feel instantaneous; even large binaries compile in just a few seconds. And compiled code runs close to the speed of C.

Gordon, the Go gopher mascot.

Gordon, the Go gopher mascot, drawn by Rob Pike’s wife and illustrator Renee French. (Credit: Google)

The official Go site characterizes the language as simple, fast, safe, concurrent, and fun. A video illustrates just how fast compilation is: the entire language, 120K lines, compiles in under 10 sec. on a laptop.

Share: Facebook
twitter
Bookmark and Share
posted under Internet Updates

Email will not be published

Website example

Your Comment:

Become a fan Follow on twitter

Please subscribe to receive weekly headlines straight into your mailbox.

E-mail:

Nick: