goThe biggerst search engine today release GO, an open-source development language that Google believes will combine performance with speed, and one that the company probably hopes will reshape the development and software industries in its favor.

Go is based on the C programming family, one of the most widely used programming language trees in the world. However, the combination between elements of Python (a preferred development language in Google) and the Pascal/Modula/Oberon family to make faster and more dynamic programs.

Why Google thinks to enlarging their hand to programming language?

  • Computers are enormously quicker but software development is not faster.
  • Dependency management is a big part of software development today but the “header files” of languages in the C tradition are antithetical to clean dependency analysis—and fast compilation.
  • There is a growing rebellion against cumbersome type systems like those of Java and C++, pushing people towards dynamically typed languages such as Python and JavaScript.
  • Some fundamental concepts such as garbage collection and parallel computation are not well supported by popular systems languages.
  • The emergence of multicore computers has generated worry and confusion.[from GO, FAQ]

So just try then. Visit Go web



No Responses Yet to “GO: Programming Language from Google”  

  1. No Comments Yet

Leave a Reply