On Tue Sep 12, 2006 at 12:36:52PM -0500, Kyle Klipowicz wrote:
Ah, so is the [pointer] object the same thing as a C pointer (*ptr) traversing a linked list? I knew the had the same name, but since so many things are named strangely in Pd (right Matju?) I couldn't be sure.
I guess the difficult thing for me with data structures is there is only the ability to traverse and step ahead, so it seems that there will be a lot of [until] use to get to specific portions of the data. There is no step backwards or prepend feature, or push/pop stuff either, which would be nice
you should check out PDContainer. it has a vast collection of various types of data structures. far more than are built-in. altho it isnt tightly coupled to a particular GUI display, so youd have to build that part yourself, if you want graphical editing..