Saturday, September 17, 2016

The Origin of GO

Hi All...!

Let's take a look at the origin of the GO programming language. Like humans and other biological species programming languages also have ancestors. GO programming language inherits most of it's expression syntax, control-flow statements, basic data types, call-by-value parameter passing, pointers from C.

Go is sometimes described as a C-like language or as C for the 21st century

The figure below shows the most important influences of earlier programming languages on the design of Go


No comments:

Post a Comment