-
Plankalkul
Created by Konrad Zuse The Plankalkül provides a data structure called generalized graph (verallgemeinerter Graph), which can be used to represent geometrical structures. Translation is: plan calculus https://en.wikipedia.org/wiki/Plankalk%C3%BCl -
Fortran
Created by John Backus FORmula TRANslation was developed to let the computer execute number crunching operations.
https://www.thocp.net/software/languages/fortran.htm -
MATH-MATIC
Created by Charles Katz, MATH-MATIC provides algebraic-style expressions and floating-point arithmetic, and arrays rather than record structures. marketing name for the AT-3 (Algebraic Translator 3)
https://en.wikipedia.org/wiki/MATH-MATIC -
Lisp
Lisp is a family of computer programming languages with a long history and a distinctive, fully parenthesized prefix notation. Created by John McCarthy, The name LISP derives from "LISt Processor".[8] Linked lists are one of Lisp's major data structures, and Lisp source code is made of lists.
https://en.wikipedia.org/wiki/Lisp_(programming_language) -
RPG
Created by IBM, RPG stands for: Report Program Generator, and it includes the generation of reports from data files, including matching record and sub-total reports.
https://en.wikipedia.org/wiki/IBM_RPG -
BASIC
Created by John George Kemeny and Tom Kurtzas BASIC was Developed as a teaching tool for undergraduates, intending to be a computer language for generalists to use to unlock the power of the computer in business. The acronym for BASIC being: Beginner's All-Purpose Symbolic Instruction Code.
https://www.thoughtco.com/history-basic-programming-language-1991662 -
LOGO
Created by Wally Feurzeig, Seymour Papert, Cynthia Solomon, LOGO is generally implemented as an interpreted language.
http://el.media.mit.edu/logo-foundation/what_is_logo/logo_programming.html\ -
B
Created by D. M. Ritchie and K. L. Thompson, B was designed for complex logical decision-making, and processing of integers, characters, and bit strings,
https://www.bell-labs.com/usr/dmr/www/bintro.html -
PASCAL
Created by Niklaus Wirth, PASCAL is a small, efficient language intended to encourage good programming practices using structured programming and data structuring, named after the famous French mathematician Blaise Pascal.
https://en.wikipedia.org/wiki/Pascal_(programming_language)#Pascal -
SQL
Created by Donald D. Chamberlin and Raymond F. Boyce and used in programming and designed for managing data held in a relational database management system, Standing for Structured Query Language.
https://en.wikipedia.org/wiki/SQL -
C
Created by Dennis Ritchie C was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support.
https://en.wikipedia.org/wiki/C_(programming_language)
http://cs-fundamentals.com/c-programming/history-of-c-programming-language.php -
ADA
Created by Jean Ichbiah, S. Tucker Taft ADA was originally designed under contract to the United States department of defense to supersede the hundreds of programing languages when used by the DoD. ADA= ada Lovelace http://www.computinghistory.org.uk/det/9508/The-ADA-Programming-Language/ -
C++
Created by Bjarne Stroustrup, The C++ operator in the C language is an operator for incrementing a variable, designed with virtual functions, function overloading, references with the & symbol, the const keyword, and single-line comments using two forward slashes.
http://www.cplusplus.com/info/history/ -
ML
ML is a general-purpose functional programming language, Created by Robin Milner, and standing for Meta Language
https://en.wikipedia.org/wiki/Standard_ML -
COBOL
Created by Howard Bromberg, Howard Discount, Vernon Reeves, Jean E. Sammet, William Selden, Gertrude Tierney COBOL was a English-like computer programming language designed for business use, Standing for: common business-oriented language
https://en.wikipedia.org/wiki/COBOL -
JAVA
Created by James Gosling JAVA, that compiled Java code can run on all platforms that support Java without the need for recompilation. Named from java coffee.
https://en.wikipedia.org/wiki/Java_(programming_language)#History -
Python
Created by Guido van Rossum, Python is a design philosophy that emphasizes code readability, notably using significant whitespace. It provides constructs that enable clear programming on both small and large scales.
https://en.wikipedia.org/wiki/Python_(programming_language) -
Visual Basic
Created by Alan Cooper, Visual Basic 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.
https://en.wikipedia.org/wiki/Visual_Basic#History -
PHP
Created by Rasmus Lerdorf PHP originally stood for Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor. Used to build simple, dynamic web applications.
https://en.wikipedia.org/wiki/PHP -
Javascript
Created by Brendan Eich, JavaScripts are read, interpreted and executed in the client.
https://www.crockford.com/javascript/javascript.html -
Delphi
Created by Anders Heljsberg Delphi includes the rapid application development of desktop mobile web and console software, being named after the Oracle at Delphi.
https://en.wikipedia.org/wiki/Delphi_(IDE)#History