@scottalanmiller said in IS BASIC programming still in vogue?:
@eddiejennings said in IS BASIC programming still in vogue?:
@scottalanmiller said in IS BASIC programming still in vogue?:
Even in the ASP era, Jscript was the more serious choice than VBScript. So VB was already waning around 1998.
Once .NET arrived it came with C# and that was the final nail in the coffin of VB being taken seriously. That it is even still supported today is a wonder.
There are apparently VB scripts where I am now.
VBScript is not VB at all. While the names sound similar, they are extremely differently languages. VBScript, while a sad scripting language, is still in use and will be for a very long time, as is VBA, a derivative of VBScript used for MS Office automation.
VB and its derivative, VB.NET are horrible compiled languages that have no purpose and have not for a very, very long time. VBScript might be a terrible language, but it is the primary language remaining for many things that it is used for. VB is dead, and VB.NET has been a second class citizen for nearly two decades in the places where it still exists.
You can't say that VB.NET is derived from VB. It has a somehow similar syntax, but that's it. VB.NET is a fully featured CLR programming language in the .NET ecosystem. VB, on the other hand, is a mess.
I do not use VB.NET, it's a PITA to read and write, but it's a modern language anyway.