-
Plankalkül
Created by Konrad Zuse. It was the first high-level non-von Neumann programming language to be designed for a computer. -
MATH-MATIC
MATH-MATIC was developed by Charles Katz and was the early programming language for UNIVAC I and UNIVAC II. MATH-MATIC was intended as an improvement over FORTRAN. MATH-MATIC led to the development of the first English-language business data processing compiler, B-0 (FLOW-MATIC). -
LISP
created by Steve Russell, Timothy P. Hart, and Mike Levin. Lisp (historically, LISP) is a family of computer programming languages with a long history and a distinctive, fully parenthesized Polish prefix notation. -
RPG
Developed at IBM. RPG is a high-level programming language (HLL) for business applications. -
BASIC
Created by John George Kemeny and Thomas Eugene Kurtz.BASIC is a family of general-purpose, high-level programming languages whose design philosophy emphasizes ease of use. Acrynym:Beginner's All-purpose Symbolic Instruction Code -
LOGO
Created by Wally Feurzeig, Seymour Papert. Today the language is remembered mainly for its use of "turtle graphics", in which commands for movement and drawing produced line graphics either on screen or with a small robot called a "turtle". -
B
developed by Ken Thompson and Dennis Ritchie. B was designed for recursive, non-numeric, machine independent applications, such as system and language software -
PASCAL
Created by Niklaus Wirth. PASCAL is a small and efficient language intended to encourage good programming practices using structured programming and data structuring. -
ML
created by Robin Milner . the use of this algorithm ensures type safety—there is a formal proof that a well-typed ML program does not cause runtime type errors. -
SQL
Created by Donald D. Chamberlin and Raymond F. Boyce. 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 (RDSMS). -
python
Created by Guido van Rossum. 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. -
Visual Basic
Created by Microsoft. Visual Basic is a legacy third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model first released in 1991. -
PHP
Created by Rasmus Lerdorf. PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. -
Fortran
created by John Backus. Originally developed by IBM[1] in the 1950s for scientific and engineering applications, Fortran came to dominate this area of programming early on and has been in continuous use for over half a century in computationally intensive areas -
C
Created by Dennis Ritchie. 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. -
ADA
created by Jean Ichbiah. Ada is a structured, statically typed, imperative, wide-spectrum, and object-oriented high-level computer programming language, extended from Pascal and other languages. -
COBOL
Created by Howard Bromberg, Howard Discount, Vernon Reeves, Jean E. Sammet, William Selden, Gertrude Tierney. COBOL is primarily used in business, finance, and administrative systems for companies and governments. Acrynym: common business-oriented language -
Javascript
created by Brendan Eich. JavaScript is a high level, dynamic, untyped, and interpreted programming language. -
Delphi
Created by Embarcadero Technologies. Delphi was originally developed by Borland as a rapid application development tool for Windows, and as the successor of Borland Pascal. -
C++
Created by Bjarne Stroustrup. C++ It has imperative, object-oriented and generic programming features, while also providing facilities for low-level memory manipulation. -
Java
created by James Gosling and Sun Microsystems. 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.