in reply to Re^7: Perl vs C
in thread Perl vs C

I think the main point here is that in Perl, an variable like: @array is very different than a C, Basic, Fortran or what ever array.

The only difference is that it can change in size, like in C++ (vector), Java (Array), JavaScript (Array), .NET (ArrayList).

Since you summarized your point, I'll do the same. Redefining commonly used terms (particularly the already overloaded term "list") doesn't help at all, and greatly hinders communication to the point where you're spreading misinformation.

If you absolutely must have another name for arrays, consider using vector (as per C++). Still confusing, but not nearly as ambiguous.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.