Skip to main content

top 5 programming language and creators

Sometimes, when something becomes so popular, we tend to forget the people behind it over time. For an instance, a song. We know the lyrics as well as the one who sang it but a composer who really did the song is forgotten. Just like in programming languages, you know what they are called, what they do but do you really know who invented them? Now is the time to look back to the top 3 popular programming languages and their creators.

Guido van Rossum was a Dutch programmer born January 31 January 1956. He is known as the author of the Python programming language which was initially released in 1991. The design philosophy that embodies Python emphasizes the code readability using significant whitespace. It also provides constructs that enable clear programming on both small and large scales.

Ruby was developed by Yukihiro “Matz” Matsumoto, a computer scientist and software programmer. It is an object-oriented, general-purpose programming language that was developed in the mid-1990s in Japan. Matz was born on the 14th day of April 1965. Matsumoto is the Chief Architect of Ruby at Heroku as of 2011. It is an online cloud platform-as-a-service in San Francisco.

James Arthur Gosling was born on May 19, 1955. He is a Canadian computer scientist who is best known as the founder and lead designer behind the Java programming language. Java is a general-purpose computer programming language. It is class-based and object-oriented. It is specifically designed to have as few implementation dependencies as possible.

Behind every successful programming language is a man or a woman behind it. Let us celebrate their discoveries and be thankful for their contribution to the field of computer science.


Popular posts from this blog

equation of motion

Equations of motion     First Equation of Motion : v = u + a t. Second Equation of Motion : s = u t + 1 /2 a t 2. Third Equation of Motion : v 2 = u 2 + 2 a s.