Quote from jprad:
That doesn't change the fact that VB6 is closed-source, single-platform, and no longer supported.
Bugs that still exist in VB6 will exist forever and it will never be extended with new features or get an updated IDE.
It's fine for maintenance purposes, but it's a non-starter for the basis of a new project.
Easy to see that you don't trust your programmer (even with the most basic decisions).Quote from Excelsior:
I don't want to spend money on getting this up and going and then find out I should have went with a different language.
Quote from crm99:
Gawd, anyone using VB in 2010 sucks. I mean, do you want to trust your project to someone that doesn't have the brain power to use c# or java?
Quote from Excelsior:
I am in the process of getting some of my strategies automated. The programmer that I am talking to wants to use Visual Basic. I am not a programmer so I am curious if this language is a good language to use for trading. I don't want to spend money on getting this up and going and then find out I should have went with a different language.
Any help or suggestions would be appreciated.
Quote from cstfx:
VB.net and C# compile to the same MSIL code.
In fact, in VS 2010, the line separating VB.net and C# has become more blurred as they have taken on similar properties of each other's language.
http://blogs.msdn.com/b/scottwil/archive/2010/03/09/vb-and-c-coevolution.aspx
Your comment is ignorant, and that's being generous.
Quote from gustavokeiff:
@crm99
"Gawd, anyone using VB in 2010 sucks. I mean, do you want to trust your project to someone that doesn't have the brain power to use c# or java?"
Yea Right!
I have programmed in every major language, since the development of COBOL & Fortran (over a 2 million lines of debugged & deployed code) - I don't use Java however - not for me!
Visual Basic is a good language, easy to learn and powerful - C' is better but far more cryptic.
I currently use Visual Studio - it is an excellent development tool allowing you to mix and match different languages including Visual Basic, C++, C', J Script, Assembly (Assembly -> god forbid you should go this low - but when you got to go - you got to go!)
Just completed my own trading application at about 150k lines - does everything the Ninja Trader and others do and its a lot faster - You guessed it - it was written in Visual Basic.
Hope this helps.