Author: Krishna MyneniKrishna Myneni Date: May 15, 2008 19:52
C. G. Montgomery wrote:
>> In the FSL, the word ARRAY and its variants are used to define
>> 1-dimensional arrays. In retrospect this appears to me to have been a
>> poor selection of a word name. The general meaning of the word "array"
>> is a regular arrangement of items, and is not restricted to one
>> dimension. [...]
>>
>> Krishna
>
> Personally, I agree with the preference for 'array' as the general term.
> Presently the FSL provides only one- and two-dimensional arrays, and uses
> MATRIX for the latter.
>
> Changing this terminology is another of a variety of possible revisions
> that have accumulated with experience, several of which have been
> mentioned in comp.lang.forth at various times. A "new release" of the
> FSL could incorporate a number of them, and would be IMHO a significant
> improvement. Single changes which "break existing code" are harder to ...
|