You are here: Home >> programming language

programming language

Latest Programming Language

by robertblume on Jul 26, 2011

Latest Programming Language

The search giant Google has introduced a programming language which apparently said to remove the limitation of Java and C++ and is formarly known as 'GO'. 'GO' is an open source programming language which is designed for applications of massive scalibility and multi processor systems.

Benefits of ‘Go’

Google ‘Go’ hints as C++, but borrows few points, such as garbage from scripting languages like Python and javascript.

Fast: According to the Google, Go compilers can produce fast code, which is comparable to C or C++ codes and are open source codes. In a demo video, the company has showed the entire language, over 120K lines of code, compiling in just 10 seconds.

Safe: The Company indicates that the language is type safe and memory safe. For random access, developers can use slices, which know their limits. The language has builds, clean syntax, garbage collection and run-time...Read More >>



Find answers for programming language

Did this solve your question? If not, then read following articles, answers and questions or ask a new question.

<<Previous 1 2 3 4 5 6 Next>>

Recommended Reading

Input Output Statements In C Programming Language

by pankaj11

Input : In any programming language input means to feed some data into program. This can be given in the form of file or from command line. C programming language provides a set of built-in functions to read given input and feed it to the program as per requirement.

Output : In any programming language output means to display some data on screen, printer or in any file. C programming language provides a set of built-in
functions to output required data.

The functions which are used for inputting and output of C Language are of two types:-

1)...

Read More >>

My Questions & Articles

Find latest questions, answers and articles.

Questions I Ask

Questions I Follow

Articles I Share

Do you like it? Share with friends!

Don't forget to follow us!

If you like our tutorials and answers, please give us a +1!