What is the origin of Google go programming language package?

Asked By 50 points N/A Posted on -
qa-featured

Hi,

What are the programming languages use to develop go programming language package or is it pure origin? Are there any special advantages of 'go' programming language package comparing Python, Javascript C++ and PHP (open source)? Thanks. 

SHARE
Answered By 0 points N/A #154812

What is the origin of Google go programming language package?

qa-featured

 

Hi Jem Mandap,

GO programming language is built on combination of Python and C++.  That is the combination of performance and safety of C/C++ with the development of speed of working of Python. It also has some influent from Pascal, Limbo, Modula, Oberon and Newsqueak.

Some advantages of GO:

–          Compile fast

–          Support concurrency

–          Support communication

–          Build map and string into language

–          Collect garbage Efficient

Some disadvantages of GO:

–          Use for application and system, not for web or scripting

–          Not support generics

–          Not support oriented object

–          Not commonly used in Windows

Hope this give you an overview about GO

Related Questions