Scalar programming



         


Scalar programming is a term used to refer to those programming approaches that do not follow the Array programming paradigm.

The fundamental idea behind Scalar Programming is that operations apply to a single value at a time. This makes it a low-level programming model as it restricts the programmer to think and operate on the elemental constituents of data aggregates, and resorting to explicit loops of individual scalar operations to process the whole aggregates.

[Top]

See also


This article is a stub. You can help BambooWeb by .





  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License