Live data from Hacker News

Gambas: Visual Basic on Linux

gambas.sourceforge.net

1–10 of 89 posts

Re: Gambas: Visual Basic on Linux

#5
post #3

http://gambaswiki.org/wiki/doc/diffvb lists "Differences From Visual Basic" and says "Gambas is not intended to be a clone of Microsoft Visual Basic" and "you can't simply copy your VB projects over and expect them to compile under Gambas".

>Thankfully, in Gambas you cannot use GOTO to trap errors! Instead, use CATCH, FINALLY or TRY

For error handling goto is generally much clearer than using exceptions.

Post reply on HN