Programming Language

By josh666
  • Plankalkul

    designed for engineering purposes by Konrad Zuse
  • MATH-MATIC

    providing algebraic-style expressions and floating-point arithmetic, and arrays rather than record structures.
  • Fortran

    general-purpose, imperative programming language that is especially suited to numeric computation and scientific computing, designed by IBM
  • Lisp

    a practical mathematical notation for computer programs, designed by John McCarthy
  • COBOL (COmmon Business-Orientated Language)

    COmmon Business-Orientated Language primarily used in business, finance, and administrative systems for companies and governments created by the US Department of Defense
  • RPG

    IBM proprietary programming language, designed by Guido van Rossum
  • BASIC (Beginner's All-purpose Symbolic Instruction Code)

    a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use, designed by John G. Kemeny and Thomas E. Kurtz
  • LOGO

    commands for movement and drawing produced line graphics either on screen or with a small robot called a turtle. derived from the Greek logos meaning word or "thought", designed by Wally Feurzeig, Seymour Papert and Cynthia Solomon
  • PASCAL

    a small, efficient language intended to encourage good programming practices using structured programming and data structuring, designed by Niklaus Wirth
  • C

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

    designed for recursive, non-numeric, machine independent applications by Ken Thompson with Dennis Ritchie
  • ML (Meta Language)

    automatically assigns the types of most expressions without requiring explicit type annotations, and ensures type safety
  • ADA

    Ada improves code safety and maintainability by using the compiler to find errors in favor of runtime errors, designed by a team led by Jean Ichbiah, named after Ada Lovelace
  • C++

    a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup
  • SQL

    a domain-specific language used in programming and designed for managing data held in a relational database management system, designed by Donald D. Chamberlin and Raymond F. Boyce
  • Python

    a design philosophy that emphasizes code readability and a syntax that allows programmers to express concepts in fewer lines of code than might be used in languages
  • Visual Basics

    enables the rapid application development (RAD) of graphical user interface (GUI) applications, access to databases using Data Access Objects, Remote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects, designed by Alan Cooper
  • PHP

    designed primarily for web development but also used as a general-purpose programming language by Rasmus Lerdorf
  • Java

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

    to make webpages interactive and provide online programs, including video games.
  • Delphi

    integrated development environment for desktop, mobile, web, and console applications, designed by Borland