>
>
>Given a CL array as an argument, many Maxima functions misbehave:
>
>(%i2) f : make_array('any,3);
>
>
>
Hey I wasn't even aware that this was possible! Is this the same as what
happens when you put use_fast_arrays:true? It is really crazy how
many array idioms there are in maxima!
Storing arrays in the value cell of symbol instead of in a property seems
to be more consistent with what happens in other languages.
Michel