Programming Languages

  • Plankalkül

    it was designed for engineering purposes by Konrad Zuse.
    Information from https://en.wikipedia.org/wiki/Plankalk%C3%BCl
  • 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.
  • Fortran

    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. It was origially deveoloped by IBM, specifically John Backus.
    Information from https://en.wikipedia.org/wiki/Fortran
  • Lisp

    Lisp was originally created by John McCarthy as a practical mathematical notation for computer programs. The use of parentheses is Lisp's most immediately obvious difference from other programming language families. As a result, students have long given Lisp nicknames such as Lost In Stupid Parentheses, or Lots of Irritating Superfluous Parentheses.
    Information from https://en.wikipedia.org/wiki/Lisp_(programming_language)
  • COBOL

    COBOL (common business-oriented language) was developed by the Conference on Data Systems Languages (CODASYL) and was partly based on previous programming language design work by Grace Hopper. COBOL is a compiled English-like computer programming language designed for business use.
    Information from https://en.wikipedia.org/wiki/COBOL
  • RPG

    RPG (Report Program Generator) is a high-level programming language (HLL) for business applications. RPG was developed by IBM and its later versions are only available on IBM i or OS/400 based systems. RPG was develeoped as a tool to replicate punched card processing.
    Information from https://en.wikipedia.org/wiki/IBM_RPG
  • 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. John G. Kemeny and Thomas E. Kurtz designed the original BASIC language at Dartmouth College.
    information from https://en.wikipedia.org/wiki/BASIC
  • Logo

    The language was originally conceived to teach concepts of programming related to LISP. Logo is a multi-paradigm adaptation and dialect of Lisp, a functional programming language. "Logo" is not an acronym. It was derived from the Greek logos meaning word or "thought" by Feurzeig, to distinguish itself from other programming languages that were primarily numbers, not graphics or logic, oriented.
    Information from https://en.wikipedia.org/wiki/Logo_(programming_language)
  • B

    programming language developed at Bell Labs circa 1969. It is the work of Ken Thompson with Dennis Ritchie. 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. designed for recursive, non-numeric, machine independent applications, such as system and language software. information from https://en.wikipedia.org/wiki/B_(programming_language)
  • PASCAL

    PASCAL was developed by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring. PASCAL was named in honor of the French mathematician and philosopher Blaise Pascal.
    Information from https://en.wikipedia.org/wiki/Pascal_(programming_language)
  • C

    a general-purpose, imperative computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations.was originally developed by Dennis Ritchie between 1969 and 1973 at AT&T Bell Labs.
    information from https://en.wikipedia.org/wiki/C_(programming_language)
  • ML

    ML is a general-purpose functional programming language developed by Robin Milner and others at the University of Edinburgh. ML stands for metalanguage: it was conceived to develop proof tactics in the LCF theorem prover.
    Information from https://en.wikipedia.org/wiki/ML_(programming_language)
  • SQL

    SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system. SQL was developed by Donald D. Chamberlin and Raymond F. Boyce.
    Information from https://en.wikipedia.org/wiki/SQL
  • ADA

    Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language, extended from Pascal and other languages. Ada was originally designed by a team led by Jean Ichbiah of CII Honeywell Bull under contract to the United States Department of Defense (DoD) from 1977 to 1983. the program is named after Ada lovelace.
    information from https://en.wikipedia.org/wiki/Ada_(programming_language)
  • C++

    Developed by Bjarne Stroustrup at Bell Labs, It is 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.
    Information from https://en.wikipedia.org/wiki/C%2B%2B
  • Visual Basic

    Visual Basic was developed by Microsoft and was intended to be relatively easy to learn and use. A programmer can create an application using the components provided by the Visual Basic program itself. Over time the community of programmers developed third party components. Programs written in Visual Basic can also use the Windows API, which requires external function declarations.
    Information from https://en.wikipedia.org/wiki/Visual_Basic
  • Python

    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. An important goal of the Python developers is making Python fun to use. This is reflected in the origin of the name which comes from Monty Python,[45] and in an occasionally playful approach to tutorials and reference materials,
    information from https://en.wikipedia.org/wiki/Python_(programming_language)
  • Delphi

    Delphi was originally developed by Borland as a rapid application development tool for Windows. In 2006, Borland’s developer tools section were transferred to a wholly owned subsidiary known as CodeGear, which was sold to Embarcadero Technologies in 2008. Currently Embarcadero Delphi is an integrated development environment (IDE) for console, desktop graphical, web, and mobile applications.
    Information from https://en.wikipedia.org/wiki/Delphi_(programming_language)
  • Java

    Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented,[12] and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA). Java was developed by James Gosling and
    Sun Microsystems.
    Information from https://en.wikipedia.org/wiki/Java_(programming_language)
  • PHP

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP was developed by Rasmus Lerdorf and as of January 2013 it was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.
    Information from https://en.wikipedia.org/wiki/PHP
  • JavaScript

    JavaScript was developed by Brendan Eich. It has been standardized in the ECMAScript language specification.[7] Alongside HTML and CSS, it is one of the three essential technologies of World Wide Web content production; the majority of websites employ it and it is supported by all modern web browsers without plug-ins. Despite some naming, syntactic, and standard library similarities, JavaScript and Java are otherwise unrelated.
    Information from https://en.wikipedia.org/wiki/JavaScript