
9 Nov
2007
9 Nov
'07
9:52 p.m.
Ge Wang wrote:
Greetings!
AFAIK there is no mechanism to alter the capacity of an array, and at present not much else in the way of handy data structures. This is something I've been meaning to ask about myself, though. I've only been using ChucK for a short time...
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.
Thanks. Not sure if this mailing list handles attachments or not, but attached is where I was going with my "List" implementation. The file also includes a bunch of small functor classes, something like function pointers. michael