Scalar programming
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
|
|
The factual accuracy of part of this article is disputed. The dispute is about anyone ever having proposed scalar programming.
Please see the relevant discussion on the talk page before making changes.(March 2008) |
| Programming paradigms |
|---|
|
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.
[edit] See also
- Array programming (contrast)
- Programming paradigms
| This computer science article is a stub. You can help Wikipedia by expanding it. |