Programming Languages

  • Plankalkul

    Plankalkül (German pronunciation: [ˈplaːnkalkyːl], "Plan Calculus") 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 (Formula Translating System)

    Fortran (previously FORTRAN, derived from Formula Translating System) is a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM in the 1950s for scientific and engineering applications. Designed by John 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.
  • LISP (List Processing)

    LISP is a Multi-paradigm: functional, procedural, reflective, meta. Designed by John McCarthy.
  • COBOL (COmmon Business-Oriented Language)

    COBOL is a compiled English-like computer programming language designed for business use. It is imperative, procedural and, since 2002, object-oriented. COBOL is primarily used in business, finance, and administrative systems for companies and governments. It was created and designed by Howard Bromberg, Howard Discount, Vernon Reeves, Jean E. Sammet, William Selden, Gertrude Tierney.
  • RPG (Report Program Generator)

    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 (Beginner's All-purpose Symbolic Instruction Code)

    BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code) is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use. Created by John G. Kemeny and Thomas E. Kurtz.
  • LOGO

    Logo is an educational programming language, designed in 1967 by Daniel G. Bobrow, Wally Feurzeig, Seymour Papert and Cynthia Solomon. Logo is a multi-paradigm adaptation and dialect of Lisp, a functional programming language.
  • B

    Created by Ken Thompson with Dennis Ritchie. B was designed for recursive, non-numeric, machine independent applications, such as system and language software. Thompson's coworker Dennis Ritchie speculated that the name might be based on Bon, an earlier, but unrelated, programming language.
  • 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 efficient language intended to encourage good programming practices using structured programming and data structuring.
  • C

    C is a general-purpose, imperative computer programming language, supporting structured programming. It was designed by Dennis Ritchie.
  • ML (Markup Language)

    ML is a general-purpose functional programming language developed by Robin Milner and others in the early 1970s at the University of Edinburgh.
  • SQL (Structured Query Language)

    SQL Structured Query Language 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. Designed by Donald D. Chamberlin
    Raymond F. Boyce.
  • ADA(Ada Byron)

    Created by Jean Ichbiah.Object oriented programming language.Named after first prograamming language creator Ada Byron
  • C++

    C++ is a general-purpose programming language. It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.
    Created by Bjarne Stroustrup.
  • Python

    Python is a widely used general-purpose, high-level programming language.[19][20] 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++ or Java. Designed by Guido van Rossum,.
  • VB (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. Visual Basic was derived from BASIC and enables the rapid application development (RAD) of graphical user interface (GUI). Created by Microsoft.
  • Delphi

    Delphi was originally developed by Borland as a rapid application development tool for Windows. Created by Borland.
  • JAVA

    A general purpose, high-level, object-oriented, cross-platform programming language designed by James Gosling and Sun Microsystems.
  • Javascript

    JavaScript is a high level, dynamic, untyped, and interpreted programming language. Designed by Brendan Eich
  • PHP ( PHP: Hypertext Preprocessor )

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.