Computer TL by Dylan Duru

  • Plankalkul

    Computer language made for engineering purposes. created by Konrad Zuse
  • Period: to

    Lisp

    LISP (LISt Processing) is the ancestor of the family of practical languages that put emphasis on evaluating expressions rather than executing essential commands. It was made in 1950-1960 by John McCarthy and is used mainly for figurative manipulations of complex structures rather than numerical results. It and its descendants (Scheme, CommonLisp, etc.) prolong to be used in educational study, mostly artificial intelligence.
  • Period: to

    Fortran

    Fortran (FORmula TRANslation) is the oldest advanced language. Designed by John Backus for IBM in the late 1950s, it was once in use on practically every computer in the world and is still used today for engineering and scientific applications because of the excellence of its compilers and numerical libraries. The most well-liked Fortran versions are Fortran IV, 77, and 90.
  • Math-matic

    MATH-MATIC was created by Charles Katz as an improvement over FORTRAN.
  • RPG

    Advanced programming language (HLL) for business applications. While IBM is the maker and the main vendor of RPG, the language is possible to get from other mainframe and microcomputer manufacturers
  • COBOL

    COBOL (COmmon Business-Oriented Language) was made in 1959 by CODASYL (Conference on Data Systems Languages) under the direction of Rear Admiral Grace Hopper and is the second-oldest advanced language. It emphasized record-processing and database admission and uses an English-like syntax, all attributes that led to common use in business, mainly the financial sector. It is characterized as really wordy (just as C and Perl are characterized as terse).
  • Basic

    BASIC (Beginner's All-purpose Symbolic Instruction Code) is a high-level language made by John Kemeny and Thomas Kurtz at Dartmouth College in the mid 1960s. It is simple to use but it’s somewhat lack of organization makes keeping programs easier said than done. There have been numerous versions of BASIC and some more current ones (TurboBasic, QuickBasic Visual Basic) have additional superior features. Orthodox programs like 10 PRINT "HELLO" and 10 GOTO 10 is written in BASIC.
  • Period: to

    PASCAL

    Pascal is a high-level, compiled language built upon ALGOL. It is named after the 17th-century mathematician Blaise Pascal and was made by Niklaus Wirth during 1967-1971. Pascal is best acknowledged for its emphasis on planned programming techniques and sturdy typing; because of this, it was tremendously popular as a teaching language in the 1980s and early 1990s, though it was in no way popular for business or scientific applications. The object-oriented language Delphi was based on Pascal.
  • LOGO

    Multi-paradigm computer programming language used in education & used for managing lists, files, I/O, and recursion and also for graphics. Planned & developed by Wally Feurzeig & Seymour Papert
  • SQL

    (structured query language) is a language for specifying the group of databases. Databases organized with SQL are called relational because SQL provides the skill to query a database for information that falls in a given relation. SQL was originally invented by IBM researchers in the 1970s shortly after Dr. E. F. Codd first invented the concept of a relational database.
  • Period: to

    ML

    ML is a general-purpose practical programming language created by Robin Milner and others in the early 1970s at the University of Edinburgh
  • C

    C, a compiled successor to the B programming language, was developed by Dennis Ritchie in 1972. It is a high-level and very reliable language that remains incredibly "close to the hardware" and allows the programmer to execute helpful, speedy, and risky tricks. It is generally used for business applications, games, operating systems (particularly UNIX and Linux), and device drivers.
  • Period: to

    ADA

    Ada is a recent programming language intended for huge, long-lived applications – and embedded systems in particular – where dependability and effectiveness are necessary. It was originally developed in the early 1980s (this edition is usually recognized as Ada 83) by a group led by Dr. Jean Ichbiah at CII-Honeywell-Bull in France.
    “Ada” is not an acronym; it was selected in respect of Augusta Ada Lovelace
  • C++

    C++ is a popular, compiled, sophisticated language developed by Bjarne Stroustrup in 1985 at Bell Labs. C++ is related to C, but adds object-oriented features (classes), broad programming (templates), and exception treatment to the language. It is a popular language for developing big business applications and, gradually more games.
  • Period: to

    Java

    Java is a popular advanced language made by Sun Microsystems in the early 1990s. The language was at first called OAK and ineffectively used for set-top devices, but became huge after being renamed in 1995 and introduced to the World Wide Web. It is a fairly clean object-oriented language with syntax comparable to C++. Instead of being put into object code, it is put into Java bytecode, which is then interpreted or put on the fly. This use of machine-independent bytecode gives it its "write once
  • Visual Basic

    Third-generation programming language and integrated development environment from Microsoft.
  • Python

    Guido van Rossum created Python for its clearity and expressiveness. Python is mostly used as a scripting language, but is also used in a big range of non-scripting contexts.
  • Delphi

    Also known as "Embarcadero Delphi". Included development environment, for console, desktop graphical, web, and mobile applications. Operates on Microsoft Windows, made by the Borland Software Corporation.
  • PHP

    Open source server-side scripting language planned for web expansion to produce vibrant web pages. Designed by Rasmus Lerdorf
  • Javascript

    An open source client-side scripting language usually implemented as part of a web browser in order to make improved user interfaces and vibrant websites. Developed by Brendan Eich