#REDIRECT [[Array programming#Scalar languages]]
<!-- Please do not remove or change this AfD message until the issue is settled -->
{{Article for deletion/dated|page=Scalar programming|timestamp=20140817055250|year=2014|month=August|day=17|substed=yes|help=off}}
<!-- For administrator use only: {{Old AfD multi|page=Scalar programming|date=17 August 2014|result='''keep'''}} -->
<!-- End of AfD message, feel free to edit beyond this point -->
{{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}}
|