Comment Re:LabVIEW is a full featured language (Score 1) 250
I have experience in Pascal, Delphi (Arguably the same thing), C++ and C# in addition to LabVIEW.
Given the choice I will start every project with LabVIEW once it has remotely anything to do with hardware control, parallel processing or visualisation.
LabVIEW is easy to get familiar with but really quite detailed. In other words, it's easy to just get enough knowledge to shoot yourself in the foot with. Because it's easy to get started with people tend to disregard solid software engineering principles. Needless to say that larger projects will start falling apart if modularity is a word only other people use.
I'm programming with it for over 10 years and I can't keep up with the new additions in functionality (OOP being the most important one recently).