Asked By
Jem Mandap
50 points
N/A
Posted on - 11/27/2012
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.Â
What is the origin of Google go programming language package?
Â
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