What is a Programming Language?

A programming language is a precise way to specify a program for a computer. High-level languages such as Scheme or Pascal are more convenient than the pocket-calculator-level machine language.

A programming language provides:

Data Types: Operations:
Primitives: integer, real + *
Structures: records, arrays if, loops, subroutines

Contents    Prev    Next    Page+10    Index