Visual Basic vs V
When comparing Visual Basic vs V, the Slant community recommends V for most people. In the question“What is the best programming language to learn first?” V is ranked 34th while Visual Basic is ranked 65th. The most important reason people chose V is:
V is easier than C and fast like C.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Capable language
Compiling to the same intermediate language as C# and compiling against the same .NET libraries, the differences between C# and VB are largely syntactic. Most VB features even have a 1:1 correspondence with C#.
Pro Huge community
Being Microsoft's introductory language, visual basic has a strong and large community.
Pro English-like syntax
Pro Flexible, won't get in the way of a beginner
A beginner developer can worry about the code logic first, and then learn the language. Visual Basic lets you do basically anything if you really want, while still having the power to be a fully statically-typed and object oriented.
Pro Sibling to C#
If you don't want to start with C# because of its high learning floor, you can start with VB. It is dead easy to switch between the two.
Pro Very simple and efficient language (in terms of number of lines of code)
Pro Easy to deal with Win32API
Using platform invoke, it's very easy to use the win32 api in vb.net. Neat and clean syntax. Not a mess like c# (meaning those "{}"s).
Pro Fast like C
V is easier than C and fast like C.
Pro Simplicity
V is simple and powerful.
Pro Single Paradigm
Follows the philosophy that there should be only one way to do something, as opposed to multi-paradigm languages like C++.
Pro Generics
V has generics.
Pro GUI editor
A visual editor for building native GUI apps is planned, it will use WinAPI/GDI+ on Windows, Cocoa on macOS. On Linux custom drawing is used.
Cons
Con Bad reputation
Being a visual basic programmer, you're unlikely to be taken seriously by other programmers. According to the 2015 Stack Overflow survey, it was voted the second most dreaded language among developers.
Con Almost as bad as Python, but less used.
Con Tends to get clunky due to prebuilt assets
Con Alpha stage
V 1.0 release is planned for December 2019.
Built By the Slant team
Lustre recommends the best products at their lowest prices – right on Amazon.