About languages?

by 4 replies
5
hi guys, im new to tis forum.i like to knw wats the hierarchy of the programming languages ..that is we have C,C++,JAVA etc,just want to know wats after java and also suggests some sites .
#programming #languages
  • I'm not really sure what you are asking...what do you mean by hierarchy? Do you mean which languages came first chronologically?
  • C/C++ - compiled, native code languages. .NET/JAVA - managed code languages - is that what you meant?
  • I'm also confused by your question and you mean by "hierarchy"? Judging from your post I suspect that English is not your first language, and therefore I applaud your effort in asking and also welcome you to the forum.

    If you are asking what programming languages we generally discuss here you will find a variety. As this is an Internet Marketing forum you will find that PHP, ASP and JavaScript are the most common languages discussed here. But you will also find threads that discuss C++, Visual BASIC and Java, among others.

    As for sites there is everyones favorite - W3 Schools

    W3Schools Online Web Tutorials

    Is this the sort of information you were after?

    Bill
    • [1] reply
    • Hi,

      If you are talking chronologically, this should provide some insight.

      The History of Programming Languages - O'Reilly Media

      If, By Hierachy, you mean the level there are too many to categorise though not doubt you can find it on google somewhere.

      Machine Code -> Assembly Language -> High level language

      High level languages are what most people use, yet within that group some are lower than others - C of course being the lowest. There are also compiled languages and interpreted languages. On top of the pile you are going to have RAD and visual type GUI's.


      Semi-related but not on a serious note:
      Steve Rowe's Blog : Programming Language Hierarchy

Next Topics on Trending Feed

  • 5

    hi guys, im new to tis forum.i like to knw wats the hierarchy of the programming languages ..that is we have C,C++,JAVA etc,just want to know wats after java and also suggests some sites .