Scalar programming: Difference between revisions

Content deleted Content added
Danakil (talk | contribs)
No edit summary
Danakil (talk | contribs)
added refs
Line 2:
 
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.
 
==See also==
* [[Array programming]] (contrast)
* [[Programming paradigm]]s
 
{{stub}}