History of programming
First Programmer: In the 1840s, Ada Lovelace is credited as the world's first computer programmer for writing an algorithm for Charles Babbage's theoretical Analytical Engine,
FORTRAN (1957):
LISP (1958):
1959: COBOL (COmmon Business-Oriented Language),
1960: ALGOL 60 (ALGOrithmic Language)
1964: BASIC (Beginner's All-purpose Symbolic Instruction Code)
1972: C Developed by Dennis Ritchie at Bell Labs, C offered a balance of high-level abstraction and low-level access to memory,
- 1995: Java, developed by Sun Microsystems, was designed to be platform-independent ("write once, run anywhere") using the Java Virtual Machine (JVM), making it popular for enterprise and web applications.
- 1983: C++, an extension of C created by Bjarne Stroustrup, added object-oriented featur
- 1991: Python, created by Guido van Rossum, emphasized code readability and simplicity.
- 1995: JavaScript, created by Brendan Eich, became the de facto language for client-side web development.
- 1995: PHP was introduced for server-side web development.