On Nov 10, 2007 2:45 AM, Ge Wang
Definitely an essential feature. Dynamic/resizable arrays are currently not in the language, but we recently implemented it in ChucK and are currently in the testing phase. Most likely it will be in the next release.
Ha! New address, all settled in? :-)
If you remember a while back I had some questions about the .cap() of
multi-dimensional arrays? Well, back then I did some poking around and it
seems we sorta kinda do have resizable arrays;
int foo[8];
1 => foo[1];
<<