RE: Languages VB and the real world[OT]

I absolutely agree with this.  Visual Basic has it's place, along with with C, Pascal, Asembly, Forth and god knows what else.  It's just as easy to write horrendous code in C as it is in VB.  Whatever the langauge, the quality of code is purely down the skill and experience of the programmer.  As I have said before, Visual Basic is totaly unmatched in certain areas such as it's debug facilitys.  Yes. it can be too slow for some operations and yes, it requires rather large runtime dll's, but that dosen't stop it being a usefull tool.

Paul Anderson wrote:

VB from version 5 onwards is also exteremly object orientated.  VB also has many C like constructs such as Do loops, a switch-like statement.  It also uses pointers in a transparent way.

This is only saying that your friend was a fairly inexperienced VB programmer as well.  In fact a fairly inexperienced programmer period.  It's possible to write programs in VB that are absolutely clear and readable.  VB also supports the equivalent of structures BTW.

To be honest I don't think VB is much worse than any other RAD tool, such as C++ builder.  They are, by definition, designed to get projects up and running as quickly as possible.  If that compromises certain areas, such as speed and resource useage, then that's the trade-off you make for the ease of use.  Actually I installed C++ builder 4 a couple of days ago, and I was pretty shocked when it had to compile over 100,000 lines for a quick "Hello world" type program!!

Regards

Mike