In the script I am currently writing, a linked list would be extremely useful. At the moment, I either need to process data twice to calculate the required array size, or continually redim arrays.

Are there any plans for kixtart to provide data structures such as linked lists, and possibly associative arrays?