Live data from Hacker News

Ask HN: VB6 replacement

news.ycombinator.com

1–5 of 5 posts

Ask HN: VB6 replacement

#1
I am an old timer VB6 programmer. I am looking for to replace VB6 with newer programming language/tool. I develop Windows (standalone EXE) and CGI programs. Is there any newer programming language/tool that fit my need?

VB.NET seems too complicated, PY looks good but I am not sure if it fit my need.

I also a good javascript (JS) programmer, is JS compiler good enough to develop standalone EXE and CGI? (So I do not have to re-learn new language)

Thanks for your kind help.

Re: Ask HN: VB6 replacement

#4
If you plan on programming for the Windows platform, you'll need to learn .NET as it's the standard. I agree with madhouse that C# is easier to learn than VB.NET however, coming from a VB6 background myself, I cannot agree that "it isn't all that complicated". I think it probably takes about a year to (a) understand OOAD, and (b) get rid of those nasty habits from VB days.