1.1 History of Programming Languages
1.1 History of Programming Languages
1
Good Thought
3
Unit- I
Fundamentals of Programming
4
Unit – I Syllabus
• It was the first to have block structure, recursion, and a formal definition.
• It is not used now, but it is the ancestor of most contemporary languages.
• As far as design goes, Algol 60 was without doubt the most important
innovation in the history of programming languages
Cobol
• Business-oriented computations
– very strict program organization
– poor control structures
– elaborate data structures, record type introduced for the first time.
• A combination of features believed (at the time) best in Fortran, Algol 60,
Cobol.
– the first language designed to be completely general, good for all
possible applications
– actively promoted by IBM
– not used much today.
• An interesting feature introduced in PL/I:
event handling.
Basic
• Text processing:
– Perl
– Python
• Web programming
– JavaScript
– PHP
Languages that merge programming paradigms