Paradigm: Scalar

Scalar programming is a low-lever programming paradigm which disallows applying operations to arrays. Each operation must apply to individual value, one at a time, and thus the programmer has to organize array processing as a sequence of scalar operations.

Scalar programming is the opposite of array programming.

Programming languages that support this paradigm: