On 26/03/2016 23:40, Alex Tweedly wrote:
I haven't found (can't find) a spec for LCB, so I'm not sure exactly
what "proper lists" are - but I think maybe not quite what I meant.

There's a spec in the "Guides" tab of the LC8 dictionary -- look for "LiveCode Builder Language Reference". There's also a whole LCB dictionary section in the "Dictionary" tab that describes all the syntax relating to working with Lists.

I was thinking of "proper arrays" :-)  i.e. real, old-fashioned indexed
arrays - see Algol, Fortran, etc.

So we would have
read access in constant time
write access in constant time
insertion complexity - there is no such thing as insertion :-)

Yes. We're talking about the same thing. The LCB "List" datatype is this datastructure.

                            Peter

--
Dr Peter Brett <peter.br...@livecode.com>
LiveCode Open Source Team

LiveCode 2016 Conference https://livecode.com/edinburgh-2016/

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to