Programming Languages

  • Plankalkul

    a programming language designed for engineering purposes by Konrad Zuse between 1942 and 1945. It was the first high-level (non-von Neumann) programming language to be designed for a computer.
  • Fortran

    (formerly FORTRAN, derived from "Formula Translation") a general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing.Designed by John Bakus
  • MATH-MATIC

    MATH-MATIC was written beginning around 1955 by a team led by Charles Katz under the direction of Grace Hopper. Syntactically, MATH-MATIC was similar to Univac's contemporaneous business-oriented language, FLOW-MATIC, differing in providing algebraic-style expressions and floating-point arithmetic, and arrays rather than record structures.
  • Lisp

    a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation.Lisp was originally created as a practical mathematical notation for computer programs. Designed by John Mcarthy
  • RPG

    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.
  • COBOL

    (common business oriented language) compiled English-like computer programming language designed for business use. made by Grace Hopper
  • Basic

    (Beginner's All-purpose Symbolic Instruction Code)A family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use.
  • LOGO

    an educational programming language, designed in 1967 by Daniel G. Bobrow, Wally Feurzeig, Seymour Papert and Cynthia Solomon.
  • B

    A recursive, non-numeric, machine independent applications, such as system and language software.B was derived from BCPL, and its name may be a contraction of BCPL.the work of Ken Thompson with Dennis Ritchie
  • PASCAL

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

    a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion.developed by Dennis Ritchie
  • ML

    ML is a general-purpose functional programming language developed by Robin Milner and others in the early 1970s at the University of Edinburgh. ML stands for MetaLanguage. it was conceived to develop proof tactics in the LCF theorem prover.
  • 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 (RDSMS).
  • ADA

    a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language. designed by a team led by Jean Ichbiah of CII Honeywell Bull
  • C++

    imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation.publisher was Addison–Wesley.
  • Visual Basic

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

    a widely used high-level, general-purpose, interpreted, dynamic programming language.[24][25] Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in languages such as C++ or Java.[26][27] The language provides constructs intended to enable clear programs on both a small and large scale.
  • PHP

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Originally created by Rasmus Lerdorf in 1994,[4] the PHP reference implementation is now produced by The PHP Group.[5] PHP originally stood for Personal Home Page,[4] but it now stands for the recursive acronym PHP: Hypertext Preprocessor.
  • Java

    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 Brendan Eich
  • Javascript

    a high-level, dynamic, untyped, and interpreted programming language. Designed by Brendan Eich
  • Delphi

    Embarcadero Delphi is a programming language and software development kit (SDK) for desktop, mobile, web, and console applications.made by Embarcadero