what is programming language?/and orca

history of programming language with 27 languages

Spread the love

History of programming was the First Language Assembly Language

programming language

The first programming language is widely considered to be “Assembly Language,” although some might argue that it was “Plankalkül” (a programming language designed by Konrad Zuse in the 1940s), which was not implemented at the time and thus did not have a practical impact.

Assembly Language:

programming

Created in: The concept of assembly language dates back to the late 1940s and early 1950s when the first electronic computers were being developed.
Inventor: Assembly language is not attributed to a single person but rather emerged as a natural progression from machine code, the lowest-level programming language understood by computers.
Specifications: Assembly language is specific to each computer architecture and represents a symbolic representation of the machine code instructions. It uses mnemonics to represent individual machine instructions, making it easier for humans to read and write compared to raw machine code. Each instruction in assembly language typically corresponds to a specific machine instruction executed by the computer’s CPU.
It’s important to note that Assembly Language is not a high-level programming language like modern languages such as Python or Java. Instead, it is closely tied to the hardware architecture of the computer and requires a deep understanding of the underlying machine code and computer architecture to program effectively. As a result, it’s challenging to write complex programs directly in assembly language, and it’s mainly used for low-level system programming and optimization purposes.

Throughout the history of computing, various high-level programming languages were developed to provide more abstraction and ease of programming for developers. FORTRAN (1957) and LISP (1958) were among the earliest high-level programming languages, and they played significant roles in shaping the future of programming languages.

history of programming language
  1. Fortran – 1957
  2. Lisp – 1958
  3. COBOL – 1959
  4. ALGOL 60 – 1960
  5. BASIC – 1964
  6. PL/I – 1964
  7. APL – 1964
  8. SIMULA – 1967
  9. C – 1972
  10. Prolog – 1972
  11. Smalltalk – 1972
  12. SQL – 1974
  13. C++ – 1983
  14. Objective-C – 1984
  15. Eiffel – 1985
  16. Perl – 1987
  17. Python – 1991
  18. Ruby – 1995
  19. Java – 1995
  20. JavaScript – 1995
  21. PHP – 1995
  22. Delphi (Object Pascal) – 1995
  23. C# – 2000
  24. Swift – 2014
  25. Rust – 2010
  26. Kotlin – 2011
  27. Mojo, a programming language for artificial intelligence, was created by Modular Inc. and became available through web browsers in May 2023. This language has the capability to execute certain Python programs, and its developers have multiple objectives to enhance Mojo’s functionality.

Leave a Reply

Your email address will not be published. Required fields are marked *