Comment on Ask HN: What are your opinions on modern BASIC dialects?parentComments−spaetzleesser4yIf BASIC is the premier language for an environment (like VB6 or VBA) then it’s quite nice.VB.NET immediately makes you a second class citizen in the .NET world because C# is the language all resources go into with with VB just an afterthought.−tomc19854yIs it still possible to feed C# code through a translator and have it spit out VB.net?Not a perfect (or even preferred) solution but before I learned C# it helped me do stuff.I run into the same issue trying to work with Kotlin. It's gotten to the point where I would just rather write in Java
Comments
If BASIC is the premier language for an environment (like VB6 or VBA) then it’s quite nice.
VB.NET immediately makes you a second class citizen in the .NET world because C# is the language all resources go into with with VB just an afterthought.
Is it still possible to feed C# code through a translator and have it spit out VB.net?
Not a perfect (or even preferred) solution but before I learned C# it helped me do stuff.
I run into the same issue trying to work with Kotlin. It's gotten to the point where I would just rather write in Java