Programming languages

By Lyric18
  • 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 language

    A general-purpose, compiled imperative programming language that is especially suited to numeric computation and scientific computing. Originally developed by IBM; it was also devolved by john backus.FORTRAN stands for “formula translation,” and it was the first high-level programming language
  • 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. Designed by Remington Rand
  • LISP Language

    LISP stands for Information technology (IT) and computers. lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958, Lisp is the second-oldest high-level programming language in widespread use today. Created by John McCarthy
  • COBOL Language

    An acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is imperative, procedural and, since 2002, object-oriented. COBOL is primarily used in business, finance, and administrative systems for companies and governments. it was created by Grace Hopper, and her team
  • LOGO

    Logo is an educational programming language, designed by Wally Feurzeig, Seymour Papert, and Cynthia Solomon. The name was coined by Feurzeig while he was at Bolt, Beranek and Newman,[2] and derives from the Greek logos, meaning word or thought.
  • B language

    Ken Thompson[2] and later Dennis Ritchie[3] developed B basing it mainly on the BCPL language Thompson used in the Multics project. B was essentially the BCPL system stripped of any component Thompson felt he could do without in order to make it fit within the memory capacity of the minicomputers of the time.
  • PASCAL

    An imperative and procedural programming language, designed by Niklaus Wirth as a small, efficient language intended to encourage good programming practices using structured programming and data structuring.Pascal was developed on the pattern of the ALGOL 60 language.
  • ML

    a general-purpose functional programming language. It has roots in Lisp, and has been characterized as "Lisp with types". It is known for its use of the polymorphic Hindley–Milner type system, which automatically assigns the types of most expressions without requiring explicit type annotations, and ensures type safety.
  • SQL

    a domain-specific language used in programming and designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).
  • C language

    The language has been given the name C because it succeeds another language called B. C is one of the most popular computer programming languages which has existed since the last 44 years.a computer programming book written by Brian Kernighan and Dennis Ritchie, the latter of whom originally designed and implemented the language, as well as co-designed the Unix operating system with which development of the language was closely intertwined.
  • basic language

    an Atari VCS (later called the Atari 2600) cartridge that teaches simple computer programming. Written by Warren Robinett and released by Atari, Inc. in 1979, it is one of a few non-gaming cartridges for the console. The programming language is similar to dialects of BASIC. The Atari 2600's RAM size of 128 bytes restricts the possibilities for writing programs. BASIC stands for Beginner's All-Purpose Symbolic Instruction Code
  • ADA language

    Ada was originally designed by a team led by French computer scientist Jean Ichbiah of CII Honeywell Bull under contract to the United States Department of Defense (DoD) from 1977 to 1983 to supersede over 450 programming languages used by the DoD at that time
  • Visual Basic

    third-generation event-driven programming language from Microsoft for its Component Object Model (COM) programming model first released in 1991 and declared legacy during 2008.
  • Java

    Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible. It is intended to let application developers write once, run anywhere. It was created by james gosling.
  • Delphi

    Deigned by James gosling. a programming language and software development kit (SDK) for desktop, mobile, web, and console applications.
  • Javascript

    javascript stands for/ is an object-oriented computer programming language commonly used to create interactive effects within web browsers. often abbreviated as JS, is a high-level, interpreted scripting language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions. It was created by Brendan eich
  • RPG

    high-level programming language (HLL) for business applications. RPG is an IBM proprietary programming language and its later versions are available only on IBM i- or OS/400-based systems.
  • C++ language

    A general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
  • python

    an interpreted, high-level, general-purpose programming language. Created by Guido van Rossum.
  • PHP

    Hypertext Preprocessor (or simply PHP) is a general-purpose programming language originally designed for web development. it was designed by Rasmus lerdorf