top of page
  • tecqusition

Programming Language



WHAT IS A PROGRAMMING LANGUAGE?

A programming language is a formal language comprising a set of strings that produce various kinds of machine code output. Programming languages are one kind of computer language and are used in computer programming to implement algorithms.


WHEN HAS IT EMERGED?

Early developments

Very early computers, such as Colossus, were programmed without the help of a stored program, by modifying their circuitry or setting banks of physical controls. Slightly later, programs could be written in machine language, where the programmer writes each instruction in a numeric form the hardware can execute directly. The next step was the development of the so-called second-generation programming languages (2GL) or assembly languages, which were still closely tied to the instruction set architecture of the specific computer. John Mauchly's Short Code, proposed in 1949, was one of the first high-level languages ever developed for a computer. Unlike machine code, Short Code statements represented mathematical expressions in an understandable form. At the University of Manchester, Alick Glennie developed Autocode in the early 1950s.



As a programming language, it used a compiler to automatically convert the language into machine code. The first code and compiler was developed in 1952 for the Mark 1 computer at the University of Manchester and is considered to be the first compiled high-level programming language. The second auto code was developed for Mark 1 by R. A. Brooker in 1954 and was called the "Mark 1 Autocode". In 1954, FORTRAN was invented at IBM by John Backus. It was the first widely used high-level general-purpose programming language to have a functional implementation, as opposed to just a design on paper.


Another early programming language was devised by Grace Hopper in the US, called FLOW-MATIC. It was developed for the UNIVAC I at Remington Rand during the period from 1955 until 1959. FLOW-MATIC was a major influence in the design of COBOL, since only it and its direct descendant AIMACO were in actual use at the time.



Refinement

  • The period from the 1960s to the late 1970s brought the development of the major language paradigms now in use:

  • APL introduced array programming and influenced functional programming.

  • Lisp, implemented in 1958, was the first dynamically typed functional programming language.

  • In the 1960s, Simula was the first language designed to support object-oriented programming; in the mid-1970s, Smalltalk followed with the first "purely" object-oriented language.

  • C was developed between 1969 and 1973 as a system programming language for the Unix operating system and remains popular.

  • Prolog, designed in 1972, was the first logic programming language.

  • In 1978, ML built a polymorphic type system on top of Lisp, pioneering statically typed functional programming languages.

Each of these languages spawned descendants, and most modern programming languages count at least one of them in their ancestry.



Consolidation and growth

The 1980s were years of relative consolidation. C++ combined object-oriented and systems programming. In Japan and elsewhere, vast sums were spent investigating the so-called "fifth-generation" languages that incorporated logic programming constructs. The rapid growth of the Internet in the mid-1990s created opportunities for new languages. Perl, originally a Unix scripting tool first released in 1987, became common in dynamic websites. Java came to be used for server-side programming, and bytecode virtual machines became popular again in commercial settings with their promise of "Write once, run anywhere".


Fourth-generation programming languages (4GL) are computer programming languages that aim to provide a higher level of abstraction of the internal computer hardware details than 3GLs. Fifth-generation programming languages (5GL) are programming languages based on solving problems using constraints given to the program, rather than using an algorithm written by a programmer.


FOLLOW US ON INSTAGRAM, FACEBOOK AND PINTEREST


DISCLAIMER

The information is provided by Tecquisition for general informational and educational purposes only and is not a substitute for professional legal advice. If you have any feedback, comments, requests for technical support or other inquiries, please mail us at tecqusition@gmail.com.




5 views0 comments

Recent Posts

See All

Comentários


Post: Blog2_Post
bottom of page