Top 10 Most Popular Programming Languages of the Last 50 Years and their Inventors
There are many programming languages out there in the software world, and they are still coming like Scala, Go, Closure, etc., but the only handful of them have managed to survive to date. These are the ones who have contributed immensely to software development. Since programming language is a single most important thing in the software development world, it's often discussed, criticized and improved over the years. Programmers and developers, who those programming languages are icons of the programming world and sometimes I feel sad when a guy using a programming language doesn't know, who is behind that.
Though it happens less often with a more popular programming language like Java, where everybody knows James Gosling as the father of Java, not every developer knows who created Perl, Pascal, Lisp, or Erlang.
These thoughts motivate me to collect and share, names of programmers and designers behind 10 of the most popular and successful programming languages.
On my search, I bump into a beautiful infographic, which I have shared with your guys at the bottom of this post. The infographic also puts together 10 of the most popular programming language of the last 50 years, I thought to share with you guys.
Top 10 Programming Language and their Inventors
Here is my list of high 10 programming language and their creators. Words are listed in no particular order, but since I am a Java developer and benefited a lot from Java, I have no hesitation in putting it on top of the list.I know many C programmers will not agree as C is the longest surviving, yet going strong programming language, but this is not about ranking but about understanding and remembering their creators.
The master programmers have made a difference in the world of programming language and software development.
1) Java - James Gosling
Java is one of the most popular and successful programming languages. Dr. James Arthur Gosling has invented Java and best known as the father of the Java programming language.Java was developed and supported earlier by Sun Microsystem and now by Oracle, after their acquisition of Sun Microsystem in January 2010.
Java is created with mission WORA, "Write Once Run Anywhere" and platform independence of Java is one of the pillars of its success in the enterprise world.
To date, it is one of the most popular application programming languages, and if you want to learn Java, the Complete Java MasterClass course is an excellent place to start with.
2) C - Dennis Ritchie
Dennis MacAlistair Ritchie, An American computer scientist, created the C programming language between 1967 and 1973 at AT& T Bell Labs.C is still very popular and used extensively in System programming. It's older than Java but still maintains its stronghold.
By the way, Dennis Ritchie has also created a world-famous UNIX operating system with his long-time colleague Ken Thompson.
If you compare his popularity with Bill Gates or Steve Jobs, he is nowhere, but if you compare Dennis' contribution to the software world, he has no matching.
Every Programmer must know about Dennis Ritchie and his contribution to the programming world. If you want to learn C, then you may enjoy C Programming for Beginners course, which will help you to become a better C programmer. It also explains pointers in useful detail.
Btw, if you are looking for some free tutorials and courses, then you can also check out this list of thesefree Data Structure and Algorithm courses in C to learn more about C programming and algorithms.
3) C++ - Bjarne Stroustrup
Bjarne Stroustrup, born 30 December 1950 in Aarhus, Denmark, is a Danish computer scientist, most notable for the creation and the development of the widely-used C++ programming language.The C++, as the name suggested, is the next generation language at time C was popular. It comes with an object-oriented programming feature, which was considered phenomenal compared to the structural way of C programming.
Btw, C++ is still one of the common languages and used extensively in the high-frequency trading world because of its close proximity to native Systems and popular object-oriented features.
If you want to learn C++, then you can check out C++: From Beginner to Expert Course on Udemy, Designed for people who don't have any knowledge about programming and want to program in C++.
And, if you are looking to start with some free stuff, then you can also check out this list of free C++ courses to learn C++ by yourself.
4) Python - Guido van Rossum
Python is a general-purpose, high-level programming language whose design philosophy emphasizes code readability. Its syntax is said to be bright and expressive. Python is designed by Guido van Rossum of CWI.In the United States, Python has actually replaced Java at the academic level, nowadays students are started learning to program using Python instead of C or Java, as was the case of the previous generation.
If you are still not sure whether to use Python or Java to start with programming, this infographic may help you.
Python is used extensively in web application development, there are lots of python based web framework out there, software development and information security.
Python is also used extensively by tech giants like Google, Yahoo, and Spotify. If you are interested in learning Python this year, then the Python Fundamentals course on Pluarlsight is an excellent course. It is specially designed for beginner programmers.
Btw, if you want more choices, then I have shared a couple ofbest Python courses to start with. You may want to check those out.
5) PHP - Rasmus Lerdorf
No matter how much you hate PHP, you just can't ignore the fact that half of the internet is running on this beautiful internet language. PHP was initially created by Rasmus Lerdorf in 1995.The first implementation of PHP is now produced by The PHP Group and serves as the formal reference to the PHP language.
At that time, PHP was a competitor to Microsoft's Active Server Pages (ASP) server-side script engine and similar languages, e.g. Java Server Pages (JSP), but gradually received better acceptance and is now installed on more than 20 million Web sites and 1 million Web servers.
It is also open source and used by internet giants like Facebook, Wikipedia, Wordpress, and Joomla. PHP is used extensively to build dynamic web pages and server-side development.
Btw, If you want to learn PHP, then here is a list of some free PHP and MySQL courses to start with.
Sorry, I forgot to tell you the full form of PHP, any guess? It's Personal Home Page :)
6) Perl - Larry Wall
Perl is a high-level, general-purpose, interpreted, dynamic programming language. Designed and developed by Larry Wall in the mid-1980s. Perl rose to fame because of its excellent text processing capability.It is still the primary language to develop reports, scripts on UNIX systems. Perl is known for parsing and processing massive text files and its used in CGI, database applications, network programming, and graphics programming.
Perl is also used extensively by internet companies like IMDB, Amazon, and Priceline.
For Java developers, adding Perl or Python in their portfolio is an excellent addition because you often need a scripting language to do ad-hoc tasks for maintenance and support purpose, and if you want to learn Perl, then Learn Perl 5 by Doing is a great course to start with.
7) JavaScript - Brendan Eich
If you ask me which language the winner is in the last 5 to 10 years, I would say JavaScript. It has clearly dominated the client-side scripting space in the recent past with libraries like jQuery and now moving to Server-side development with libraries like node.js.JavaScript is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions, designed by Brendan Eich and developed by Netscape Communications Corporation.
JavaScript is used extensively for client-side scripting, validation, animation, event capturing, form submission, and other everyday tasks. It runs inside the browser and used by almost all websites, e.g. Gmail, Mozilla Firefox, etc.
I strongly recommend to learn JavaScript to all programmers, and if you want, here is a list of some free JavaScript courses to start with.
8) Ruby - Yukihiro Matsumoto
Ruby was first designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. It's fun working with Ruby, and if you tried Ruby with Rails, you know what I mean.Ruby is influenced by Perl, Ada, Lisp, and Smalltalk and designed for productive and enjoyable programming.
Ruby is mostly used for web application development and used by major sites like Twitter, Hulu, and Groupon.
If you want to learn Ruby, here is a list of free Ruby Programming courses to start with.
9) Lisp - John McCarthy
John McCarthy, second-oldest high-level programming language. Lisp stands for the List Processor.I have never tried Lisp, but it's said to be the father of functional programming language, e.g. Haskell, Erlang or Scala. It is mostly used for AL development and air defense system.
10) Pascal - Niklaus Wirth
Pascal is an influential imperative and procedural programming language, designed in 1968–1969 and published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.If you want to learn Pascal, then Learn to Program with Pascal is an excellent course to start with.
And, here is the infographic, which gives you an excellent overview of 10 programming language and their creators. It contains some of the languages mentioned here, plus some additional languages like FORTRAN and Ada.
That's all about the top 10 programming languages and their creators. They have made an enormous difference in the programming world, and without their contribution, we would not be here. Some of them are here with us, and some of them have left us for a better place, let's remember them for their contribution to our programming world.
Recommended Articles for curious Programmers
The 2019 Java Developer RoadMap
10 Things Java Developer should Learn in 2019
10 Tools Every Programmer should know
The 2019 Frontend and Backend Developer RoadMap
6 Books to Learn and Master Programming
10 Tips to become a better Software developer
10 More Books Every programmer should read
10 Unit testing tools Java developers should know
20 libraries every Java Programmer should know
10 Object-Oriented design Principle Every Programmer should know
Thanks for reading this article so far. If you like this article then please share it with your friends and colleagues. If you have any questions or feedback then please drop a note.
Join the conversation