Scalar programming: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m Date the maintenance tags or general fixes
 
(6 intermediate revisions by 5 users not shown)
Line 1:
#REDIRECT [[Array programming#Scalar languages]]
{{Disputeabout|anyone ever having proposed scalar programming|date=March 2008}}
 
{{Redirect category shell|1=
'''Scalar programming''' is a term used to refer to those programming approaches that do not follow the ''[[array programming]]'' [[programming paradigm|paradigm]].
{{R to section}}
 
}}
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
 
[[Category:Programming paradigms]]
 
{{comp-sci-stub}}