Array programming: Difference between revisions

Content deleted Content added
Tablizer (talk | contribs)
AlexDitto (talk | contribs)
m "Scalar" Disambiguation link repair - You can help!
Line 1:
'''Array programming languages''' (also known as '''vector''' or '''multidimensional''' languages) generalize operations on [[scalar (computing)|scalar]]s to apply transparently to [[vector (spatial)|vector]]s, [[matrix (mathematics)|matrices]], and higher dimensional arrays.
 
[[APL programming language|APL]], designed by [[Kenneth E. Iverson|Ken Iverson]], was the first [[programming language]] to provide array programming capabilities.