Re: Manifesto against Vector
From: Georg Bauhaus (sb463ba_at_l1-hrz.uni-duisburg.de)
Date: 05/05/04
- Next message: Michiel Salters: "Re: "Ravenscar-like" profile for C/C++"
- Previous message: Georg Bauhaus: "Re: No call for Ada (was Re: Announcing new scripting/prototyping language)"
- In reply to: Xenos: "Re: Manifesto against Vector"
- Next in thread: Russ: "Re: Manifesto against Vector"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 5 May 2004 09:24:58 +0000 (UTC)
Xenos <dont.spam.me@spamhate.com> wrote:
:
: "Marius Amado Alves" <amado.alves@netcabo.pt> wrote in message
: news:mailman.68.1083695056.313.comp.lang.ada@ada-france.org...
:> used. Well, this argument is simply false. I my 20+ years of programming
:> languages "array" is clearly the term mostly used. "Vector" is just an
:> STLism and Java fad. There is additional experience exposed in the
:>
:
: Oh is it? You never heard of the language APL or did any DSP programming?
APL: A Programming Language, or Array Programming Language.
A vector in APL is a 1d array of fixed rank and shape.
Likewise a matrix is an array of rank 2.
If I'm not mistaken, arrays in APL cannot be lengthened
or shrunk, even by selective assignment, so the length of each
axis is fixed. (If you want an array of different shape, you make
a new one from the old one.)
The "vectors" in question can have a changing number of components
along their only axis.
-- Georg
- Next message: Michiel Salters: "Re: "Ravenscar-like" profile for C/C++"
- Previous message: Georg Bauhaus: "Re: No call for Ada (was Re: Announcing new scripting/prototyping language)"
- In reply to: Xenos: "Re: Manifesto against Vector"
- Next in thread: Russ: "Re: Manifesto against Vector"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|