July 2020
Intermediate to advanced
360 pages
7h 8m
English

3.1Constraints
⊳Main data type: array – a fixed-size collection of elements.
⊳No explicit iteration; instead, an array is accessed by high-level, declarative operations.
⊳Computation unfolds as search, selection, and transformation of fixed-size data.
3.2A Program in This Style

Note: If not familiar with Python, please refer to the Prologue (Pythonisms) for an explanation of lists, indexes and bounds.
3.3Commentary
THE MOST VISIBLE ELEMENT OF THIS STYLE is the concept of an array: a fixed-size collection of elements. ...
Read now
Unlock full access