Programming languages

  • Plankalkül

    Plankalkül (German pronunciation: [ˈplaːnkalkyːl], "Plan Calculus") is a programming language designed for engineering purposes by Konrad Zuse
  • 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.
  • Lisp

    Lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation. Created by Steve Russell.
  • COBOL

    COBOL (an acronym for common business-oriented language) is a compiled English-like computer programming language designed for business use. Created by CODASYL, ANSI, ISO
  • 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. created by IBM
  • BASIC

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

    Logo is an educational programming language, today the language is remembered mainly for its use of turtle graphics
  • B

    Created by 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. Created by Niklaus Wirth
  • C

    C (/ˈsiː/, as in the letter 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. Created by Dennis Ritchie
  • SQL

    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. Created by Donald D. Chamberlin.
  • C++

    C++ (pronounced cee plus plus, /ˈsiː plʌs plʌs/) 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
  • ADA

    Created by Jean Ichbiah. Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language
  • Visual Basic

    Visual Basic is a third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its Component Object Model. Created by Microsoft
  • PHP

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. Created by Rasmus Lerdorf
  • JavaScript

    JavaScript is a high-level, dynamic, untyped, and interpreted programming language. It has been standardized in the ECMAScript language specification. Created by Brendan Eich
  • 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. Created by James Gosling
  • Fortan

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

    Delphi is a programming language and software development kit (SDK) for desktop, mobile, web, and console applications. Created by Embarcadero Technologies created by Embarcadero Technologies
  • Python

    Python is a widely used high-level, general-purpose, interpreted, dynamic programming language. Its design philosophy emphasizes code readability.
    created by Guido van Rossum.
  • ML

    ML include a call-by-value evaluation strategy, first-class functions, automatic memory management through garbage collection, parametric polymorphism, static typing, type inference, algebraic data types, pattern matching, and exception handling. ML uses static scoping rules. Created by Robin Milner