In this post I'm going to give you an idea about what is GO programming language.
What is GO ?
Go is an open source programming language that makes it easy to build simple, reliable and efficient software. (From the Go web sit e at golang.org)
Go is a general purpose programming language with advanced features and a clean syntax. Because of its wide availability on a variety of platforms, its robust well-documented common library, and its focus on good software engineering principles, Go is an ideal language to learn as your first programming language.
Go language initially developed at Google in year 2007 by Robert Griesemer, Rob Pike, and Ken Thompson and was announced in November 2009.
Go programming language is a statically-typed language with syntax similar to that of C. It provides garbage collection, type safety, dynamic-typing capability, many advanced built-in types such as variable length arrays and key-value maps. It also provides a rich standard library.
No comments:
Post a Comment