Programming languages Timeline

By romen95
  • Plankalkul

    Is a computer language designed for engineering purposes.
    Deveopled by Konrad Zuse
  • Fortran

    -Is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing.
    -Developed by John Backus.
  • MATH-MATIC

    MATH-MATIC is the marketing name for the AT-3 compiler. Early programming language for UNIVAC I and UNIVAC II. Intended as an improvement over FORTRAN.
    Created by a group led by Charles Katz in 1957.
  • Lisp

    -Is a family of computer programming languages with a long history and a distinctive, fully parenthesized Polish prefix notation.
    -Designed by John McCarthy.
    -Developed by Steve Russell, Timothy P. Hart, and Mike Levin
  • COBOL

    -One of the oldest programming languages.
    -Desgned by Grace Hopper.
    -Its primary domain in business, finance, and administrative systems for companies and governments.
  • RPG

    Is a high-level programming language (HLL) for business applications. While IBM is the creator and primary vendor of RPG, the language is available from other mainframe and microcomputer manufacturers, including Unisys.
    Developed by IBM.
  • BASIC

    -BASIC is a family of general-purpose, high-level programming languages.
    -Developed by John George Kemeny and Thomas Eugene Kurtz at Dartmouth College in New Hampshire,
    -It's one of the most common programming languages.
  • LOGO

    -Is a multi-paradigm computer programming language used in education. It is an adaptation and dialect of the Lisp language.
    Developed by Wally Feurzeig, Seymour Papert
  • B

    -Extinct programing language.
    -Developed at Bell Labs.
    -Developed by Ken Thompson and Dennis Ritchie.
  • Pascal

    Is an influential imperative and procedural programming language,
    Developed by Niklaus Wirth.
  • C

    -C is one of the most widely used programming languages of all time.
    -Designed by Dennis Ritchie.
    -Developed by Dennis Ritchie & Bell Labs .
    -Is a general-purpose programming language.
  • ML

    Is a general-purpose functional programming language developed by Robin Milner and others in the early 1970s at the University of Edinburgh, Whose syntax is inspired by ISWIM.
  • SQL

    is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS).
    Developed by ISO/IEC
    Designed by Donald D. Chamberlin Raymond F. Boyce
  • C++

    • Is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
    • Developed and Designed by Bjarne Stroustrup.
  • ADA

    -Developed by S. Tucker Taft.
    -Ada was originally targeted at embedded and real-time systems.
    -It has built-in language support for explicit concurrency, offering tasks, synchronous message passing, protected objects, and non-determinism.
  • Visual Basic

    Is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991.
    Developed by Microsoft.
  • Delphi

    -Developed by Borland.
    - Delphi is a native code compiler
    -Delphi is essentially object Pascal with similar programming tools found in Microsoft Visual Basic 3.0.
  • Java

    -Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
    -Developed by James Gosling and
    Sun Microsystems.
  • PHP

    Is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP is now installed on more than 244 million websites and 2.1 million web servers.
    Developed by The PHP Group
    Designed by Rasmus Lerdorf
  • Javascript

    -Is an interpreted computer programming language
    -JavaScript was originally developed in Netscape, by Brendan Eich.
    -Developed by Brendan Eich,
  • Python

    Is a widely used general-purpose, high-level programming language.
    Developed by Python Software Foundation.
    Designed by Guido van Rossum.
    Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C