Reasons for Studying Concepts of Programming Languages

Ex: page 11 in book. The more orthogonal the design of a language, the fewer exceptions the language rules require. The most orthogonal programming language is ALGOL 68. Every language construct has a type, and there are no restrictions on those types. This form of orthogonality leads to unnecessary complexity. Control Statements ................
................