Programming Languages

  • PLANKALKUL ("Plan Calculus")

    Plankalkul is a engineering programming language designed by Konrad Zuse. it was the first high-level language designed for a computer
  • FORTRAN (derived from Formula Translation)

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

    MATH-MATIC is the marketing name for the AT-3 (Algebraic Translator 3) compiler, an early programming language for the UNIVAC I and UNIVAC II. MATH-MATIC was written beginning around 1955 by a team led by Charles Katz under the direction of Grace Hopper.
  • LISP (The name LISP derives from "LISt Processor)

    Lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation. Developed by Steve Russell, Timothy P. Hart, and Mike Levin.
  • 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 was designed in 1959 by CODASYL and was partly based on previous programming language design work by Grace Hopper
  • RPG (Report Program Generator)

    RPG is a high-level programming language for business. Developed by IBM it was a tool to replicate the punched card processing on the ibm 1401
  • BASIC (Beginner's All-purpose Symbolic Instruction Code)

    BASIC is a general-purpose, high-level programming language whose design philosophy emphasizes ease of use. In 1964, John G. Kemeny and Thomas E. Kurtz designed the original BASIC language at Dartmouth College.
  • LOGO

    Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert and Cynthia Solomon.
  • B

    B is a programming language developed at Bell Labs in 1969. It is the work of Ken Thompson with Dennis Ritchie. B was designed for recursive, non-numeric, machine-independent applications, such as system and language software
  • PASCAL

    Pascal is an imperative and procedural programming language, which Niklaus Wirth published in 1970, as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.
  • C

    C is a general-purpose, imperative computer programming language. C was originally developed by Dennis Ritchie between 1969 and 1973. 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 from supercomputers to embedded systems.
  • ML

    ML is a general-purpose functional programming language. It has roots in Lisp, and has been characterized as "Lisp with types". ML was devoloped by robin milner and others at University of Edinburgh
  • SQL (Structured Query Language)

    SQL is a domain specific language used in programming and managing data. designed by Donald D. Chamberlin
    Raymond F. Boyce
  • ADA

    Ada is an object-oriented high-level computer programming language, extended from Pascal and other languages. Ada Was named after Ada Lovelace, who has been credited with being the first computer programmer.
  • C++

    C++ is a general-purpose programming language. It was designed with a bias toward system programming and embedded, resource-constrained and large systems, with performance, efficiency and flexibility of use as its design highlights. C++ was developed by Bjarne Stroustrup at Bell Labs since 1979.
  • Python

    Python is a high-level programming language for general programming. it was created by Guido van Rossum and first released in 1991. its design philosophy emphasizes code readability
  • Visual Basic

    Visual Basic is an event-driven programming language and integrated development environment from Microsoft. it is intended to be relatively easy to learn and use. Visual Basic was derived from BASIC and enables the rapid application development of graphical user interface applications.
  • Delphi

    Delphi is an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, developed by Embarcadero Technologies.
  • PHP (Hypertext Preprocessor)

    PHP is a server-side scripting language designed for web development but is also used as a general use programming language. originally created by Rasmus Lerdorf.
  • 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. designed by James Gosling/ sun microsystems.
  • JAVA SCRIPT

    JavaScript, often abbreviated as JS, is a high-level, interpreted programming language. Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web.[8] JavaScript enables interactive web pages and thus is an essential part of web applications. designed by Brendan Eich