computer languages

By xlr8434
  • Plankalkül

    Plankalkül ("Plan Calculus") is a computer language designed for engineering purposes by Konrad Zuse between 1943 and 1945
  • Fortran

    FORTRAN or formula translation was the first high level programming language (software) invented by John Backus for IBM in 1954
  • lisp

    Originally specified in 1958, Lisp is the second-oldest high-level programming language in widespread use today.Lisp was originally created as a practical mathematical notation for computer programs
  • RPG

    developed by IBM in 1959 as the Report Program Generator - a tool to replicate punched card processing on the IBM 1401then updated to RPG II for the IBM System/3 in the late 1960s, and since evolved into an HLL equivalent to COBOL and PL/I.
  • COBOL

    COBOL /ˈkoʊbɒl/ is one of the oldest programming languages, primarily designed by Grace Hopper. Its name is an acronym for COmmon Business-Oriented Language
  • LOGO

    Logo is a multi-paradigm computer programming language used in education. It is an adaptation and dialect of the Lisp language.Logo was created in 1967 for educational use, more so for constructivist teaching, by Daniel G. Bobrow, Wally Feurzeig, Seymour Papert and Cynthia Solomon.
  • PASCAL

    small and efficient language intended to encourage good programming practices using structured programming and data structuring.Pascal, named in honor of the French mathematician and philosopher Blaise Pascal, was developed by Niklaus Wirth
  • B

    B is a programming language that was developed at Bell Labs. It is extinct, having been superseded by the C language. It was mostly the work of Ken Thompson, with contributions from Dennis Ritchie, and first appeared circa 1969.
  • ML

    ML is a general-purpose functional programming language developed by Robin Milner and others in the early 1970s at the University of Edinburgh
  • SQL

    SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F. Boyce in the early 1970s. This version, initially called SEQUEL (Structured English Query Language), was designed to manipulate and retrieve data stored in IBM's original quasi-relational database management system
  • C

    The initial development of C occurred at AT&T Bell Labs between 1969 and 1973;It was named "C" because its features were derived from an earlier language called "B"
  • ADA

    Ada was originally designed by a team led by Jean Ichbiah of CII Honeywell Bull under contract to the United States Department of Defense. Ada was named after Ada Lovelace (1815–1852).
  • Python

    Python supports multiple programming paradigms, including object-oriented, imperative and functional programming styles.Python was conceived in the late 1980 ad its implementation was started in December 1989 by Guido van Rossum
  • C++

    In 1983, the name of the language was changed from C with Classes to C++(++ being the increment operator in C). New features were added including virtual functions, function name and operator overloading, references, constants, user-controlled free-store memory control, improved type checking, and BCPL style single-line comments with two forward slashes (//).
  • Delphi

    The Delphi programming language was developed by Borland and is the descendant of Turbo Pascal. Delphi was released in February 1995. Delphi is a native code compiler that runs under Window v3.1 or Windows '95. Delphi is essentially object Pascal with similar programming tools found in Microsoft Visual Basic 3.0.
  • Java

    Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995.It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another
  • PHP

    PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP is now installed on more than 244 million websites and 2.1 million web servers.[2] Originally created by Rasmus Lerdorf in 1995
  • Javascript

    JavaScript was originally developed in Netscape, by Brendan Eich. Netscape wanted a lightweight interpreted language that would complement Java by appealing to nonprofessional programmers, like Microsoft's Visual Basic
  • visual basics

    VB 1.0 was introduced in 1991. The drag and drop design for creating the user interface is derived from a prototype form generator developed by Alan Cooper and his company called Tripod.