Ask HN: Why did Visual Basic die?
11–20 of 535 posts
Re: Ask HN: Why did Visual Basic die?
#12VB didn't die. It got reborn as VB.NET. Still supported, still used. https://learn.microsoft.com/en-us/dotnet/visual-basic/gettin... The classic VB you probably remember got end-of-lifed in 2008, but MS still supports classic VB apps.
I think that’s the sense in which it died in that if you were going to switch to .NET you would probably also switch to C#. The original VB had A GUI builder better than almost anything (even today!) but the UI builders in today’s visual studio support C# as well if not better than VB.
Re: Ask HN: Why did Visual Basic die?
#13Re: Ask HN: Why did Visual Basic die?
#14For me: Delphi or Lazarus
Re: Ask HN: Why did Visual Basic die?
#15Microsoft was more interested in developing .NET and C# to battle Java, and less interested in developing and promoting VB, their own successful and original product.
Re: Ask HN: Why did Visual Basic die?
#16As per other comments VBA is alive and well and I did many consulting gigs using that in Ireland in the late 1990s. I hope, in the name of all that is holy, that code isn't running still.
Re: Ask HN: Why did Visual Basic die?
#17VB didn't die. It got reborn as VB.NET. Still supported, still used. https://learn.microsoft.com/en-us/dotnet/visual-basic/gettin... The classic VB you probably remember got end-of-lifed in 2008, but MS still supports classic VB apps.
I think that’s the sense in which it died in that if you were going to switch to .NET you would probably also switch to C#. The original VB had A GUI builder better than almost anything (even today!) but the UI builders in today’s visual studio support C# as well if not better than VB.
Re: Ask HN: Why did Visual Basic die?
#18VB 1.0 was extremely buggy, making it unusable for my use cases.
VB 1.1, which fixed the bugs I was encountering, was a paid upgrade.
I switched to Linux and never looked back.
Re: Ask HN: Why did Visual Basic die?
#19I wonder the same thing about Apple's HyperCard. I used HyperCard a ton at school and side-projects. Visual Basic was a firmer and better step-up from that imho, less so as VBScript when it came to browsers. As per other comments VBA is alive and well and I did many consulting gigs using that in Ireland in the late 1990s. I hope, in the name of all that is holy, that code isn't running still.