11 Dec
2002
11 Dec
'02
9:28 a.m.
"Thomas Wenisch"
1) Is there any reason to prefer lists over sequences on any compilers? It seems that the syntax for sequences is much nicer, since you don't have to spend time counting paranthesis.
In addition to the other message I sent, I should note that element access in sequences is non-recursive (unlike lists). Therefore, you can access elements 0-255 (maybe 256--I can't remember offhand) even on compilers that have low limits on macro expansion depth (e.g. VC and Metrowerks). Paul Mensonides