Hi,
I couldn't agree more. Right now I'm working on a linked list in assembler
(for a hobby). This is very convenient in asm, because working with pointers
is 'native' to asm. As a result, the data that I can put in the linked list
can vary. I wouldn't even try to do this in LV, but then.. why should I? LV
has such great array functions there is no need for it! This is just one
practical example why it's unfair to compare code between languages.
Beside the resulting code, what about compairing development time?
Regards,
Wiebe.
"Les Hammer" wrote in message
news:50650000000500000030310100-1066448259000@exchange.ni.com...
> I don't have LabVIEW 7.0 installed on this computer, so I can't open
> your VI, but in general translating between
graphical and text based
> languages (or vise versa) gives an "unfair" comparision. It's like
> translating a joke from one language to another and then concluding
> that the first language is better for jokes than the second language
> because the translation failed. I've had simple text based language
> programs become complex LabVIEW programs, and simple LabVIEW programs
> become long text based programs. Much depends upon the paradigm of
> the language.
>
> Les.Hammer@CompleteTest.com