Programming Languages

 


Introduction of programming languages

Programming language is created for produce various kinds of machine code output. Machines can't be understand human language. So programming language is a bridge to combine human language and machine language. When today there are a lot of programming languages in the world. There are four kinds of evolutions on programming languages. They are first generation, second generation, third generation, fourth generation. First generation called Machine language. That is very primary level language. Second generation called Assembly language. That is improvement of machine languages.
Third generation called High level language. Most popular programming languages such as java, python, c#, ruby, in this generation. Last generation we called Artificial language. LISP, Prolog, MATLAB are in this generation.

Comments