Scalar programming: Difference between revisions

Content deleted Content added
SmackBot (talk | contribs)
m remove Erik9bot category,outdated, tag and general fixes
 
(3 intermediate revisions by 2 users not shown)
Line 1:
#REDIRECT [[Array programming#Scalar languages]]
{{Unreferenced stub|auto=yes|date=December 2009}}
{{Disputeabout|anyone ever having proposed scalar programming|date=March 2008}}
{{Programming paradigms}}
 
{{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
 
{{DEFAULTSORT:Scalar Programming}}
[[Category:Programming paradigms]]
 
 
{{Comp-sci-stub}}