CS 342 Lecture -*- Outline -*- ** Successors to Algol 60 (go fast) *** PL/I - IBM's answer to Algol (FORTRAN + COBOL + Algol) HUGE language *** Algol W (Wirth and Hoare), Euler, Pascal, Modula, Modula-2 *** Algol 68 *** Ada - (Jean Ichbiah and CII Honeywell Bull) ** Successors point out problems with Algol 60 *** no I/O *** efficiency (call by name) *** simplicity (case statement) *** data structures (record, variants, strings) *** encapsulation, name structures (modules)