Posted on
November 17th, 2009 2 Comments
Google launched Go, a new systems programming language born with concurrency, simplicity and performance in mind.
Go is open source and its syntax is similar to C Programming Language, C++ and Python. Typical builds take a fraction of a second yet the resulting programs run nearly as quickly as comparable C or C++ code. It uses an expressive language with...
Read More |
Make a Comment
Posted on
March 20th, 2009 6 Comments
Hello, world! Programs are usually written to make the text “Hello, world!” appear on a computer screen. This is also a basic sanity check for an installation of a new programming language. The first Hello World program appeared in chapter 1.1 of the first edition of Kernighan & Ritchie’s original book about C, ‘The C Programming...
Read More |
Make a Comment
Posted on
February 27th, 2009 0 Comments
It’s well known that C/C++ languages are the most dominant programming languages around. As I mentioned in the previous post "Top 10 best applications written in C/C++" that
most of the big softwares, operating systems, games and other scientific tools and utilities are developed in C/C++. In this post, I have found 50 outstanding websites and...
Read More |
Make a Comment
Posted on
February 22nd, 2009 0 Comments
Today I have compiled a list of ten programming languages with their application domains and little historic background. Also I have mentioned the names of the developers of these languages along with their little biography. I hope you will find this article quite useful. The list is developed by researching through language websites, developers’ biographies...
Read More |
Make a Comment