Skip to main content

Programming Languages

As a rookie in the vast field of computer science it's the most frequently asked question, "Which programming language should I begin with?"

I'm sharing my experience of last 7 years...



  • HTML founded by Tim Berners-Lee in late 1991 and is used to create a web-page. It's still a debate whether it's qualified for programming language or not! But still it's one of the most used coding which you can run on any platform!
Tim Berners-Lee

  • CSS founded by Håkon Wium Lie on October 10 1994. It's a highly used for graphics and most of the web-dev uses it for graphical enhancement in their websites! 
Håkon Wium Lie


  • JavaScript founded by Brenden Eich in September 1995 then it was known as LiveScript and is the trump card of HTML programmers! Due to it's power the HTML can perform many task like a programming language. JScript was announced by Microsoft which is the same programming language but with different names. It exist's independently and it has many uses in development of games and applications.

Brendan Eich

  • C founded by  Denis Ritchie in 1972 and it's the fastest programming language and most of the OS are build while using it. If you are opting for Computer Science Major you're surely going to learn C.
Dennis Ritchie

  • C++ was developed by Bjarne Stroustrup at Bell Labs which is also known as super-set of C which have extended libraries and additional features which wasn't available in C.
Bjarne Stroustrup

Python was developed by Guido van Rossum in late 1980s the most hyped language of today's era and most beginner friendly programming language you can find! It has many libraries and it's the most used language due to it's simplicity. 

Guido Van Rossum

Comments

Popular posts from this blog

Giving Output in C++

 Let's begin! To print in C++:  

Giving Output in C

 Let's begin! To print in C: