Google never ceases to amaze me. It seems just about every week they come out with something new. Today it is the turn of Go.

This is an open-source systems programming language that Google has just released, which looks like it has many nice features.

It is related to the C, Pascal and Python programming language families and promises a lot.

The Go compiler is fast and the resulting code apparently is almost as fast as C code. The language is also type safe and memory safe, and allows concurrent processes.

And another thing, Go includes pointers – that concept that generally confuses novice C programmers.

Go currently supports only on Linux and Mac OS X, with Windows not sporting a version for now. Go check out Google’s tutorial on Go here.

  • Share/Bookmark

Related posts:

  1. Noop – A new programming language built on Java Noop is the latest new language to hit the headlines....
  2. Google Code University This week’s new thing to come out of Google in...
  3. Intercal – An arcane language with a sense of humour I recently blogged about Whitespace, being a language that was...
  4. How to use Google Maps 3 directions I previously posted on how to create a map using...
  5. Google Charts API and scientific equations Trying to properly show an equation on a webpage is...

Related posts brought to you by Yet Another Related Posts Plugin.