• Plankalkul

    Plankalkül is a programming language designed for engineering purposes by Konrad Zuse between 1943 and 1945. It was the first high-level non-von Neumann programming language to be designed for a computer.
  • Fortran

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

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

    Lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesizedPolish prefix notation
  • COBOL

    COBOL is a compiled English-like computer programming language designed for business use.
    COBOL was designed in 1959, by the Conference on Data Systems Languages
  • RPG

    RPG is a high-level programming language (HLL) for business applications. RPG is an IBM proprietary programming language and its later versions are only available on IBM i or OS/400 based systems.
  • Basic

    They wanted to enable students in fields other than science and mathematics to use computers. At the time, nearly all use of computers required writing custom software, which was something only scientists and mathematicians tended to learn.
  • LOGO

    Turtle Logo for Kids teaches kids step by step the basic of computers programmong. LOGO is a computer programming language used for functional programming, and is used for generating basic shapes using a turtle cursor.
    Logo was created in 1967 at Bolt, Beranek and Newman (BBN), a Cambridge, Massachusetts research firm,
  • B

    B was derived from BCPL, and its name may be a contraction of BCPL. Thompson's coworker Dennis Ritchie speculated that the name might be based on Bon, an earlier, but unrelated, programming language that Thompson designed for use on Multics. "Ken Thompson with Dennis Ritchie."
  • C

    C is a general-purpose, imperative computer programming language, supporting structured programming,lexical variable scope and recursion, while a static type system prevents many unintended operations. By design, C provides constructs that map efficiently to typical machine instructions, and therefore it has found lasting use in applications that had formerly been coded in assembly language, including operating systems, as well as various application software for computers ranging fromsupercompu
  • ML

    Standard ML (SML) is a general-purpose, modular, functional programming language with compile-time type checking and type inference. It is popular among compiler writers and programminglanguage researchers, as well as in the development of theorem provers.
  • PASCAL

    Pascal is a historically influential imperative and procedural programming language, designed in 1968–1969 and published in 1970 by Niklaus Wirth as a small and efficientlanguage intended to encourage good programming practices using structured programming and data structuring.
  • ADA

    Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language, extended from Pascal and other languages.
    Jean Ichbiah of CII Honeywell Bull
  • Java

    Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented,and specifically designed to have as few implementation dependencies as possible.
    James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June
  • Visual Basic

    Visual Basic is a legacy third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. Microsoft intended Visual Basic to be relatively easy to learn and use.
  • Python

    Python is an open source programming language that was made to both look good and be easy to read. It was created by aprogrammer named Guido van Rossum in 1991. The language is named after the television show Monty Python's Flying Circus and many examples and tutorials include jokes from the show.
  • PHP

    PHP is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.
    PHP development began in 1994 when Rasmus Lerdorf wrote a series of Common Gateway Interface
  • Delphi

    Embarcadero Delphi is an integrated development environment (IDE) for console, desktop graphical, web, and mobileapplications.Delphi (later known as Delphi 1) was released in 1995 for the 16-bit Windows 3.1.
  • Javascript

    JavaScript is a high level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification.
    JavaScript was originally developed in 10 days in May 1995 by Brendan Eic
  • C++

    C++ is a general-purpose programming language. It has imperative, object-orientedand generic programming features, while also providing facilities for low-level memory manipulation, C++ was developed by Bjarne Stroustrup at Bell Labs
  • SQL

    SQL is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).