Live data from Hacker News

Gambas: Visual Basic on Linux

gambas.sourceforge.net

11–20 of 89 posts

Re: Gambas: Visual Basic on Linux

#11
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.

The construction being referenced is On Error [ERR_NO] Goto LABEL, which is not usually local to the error, and, depending on the dialect may be a generic handler that first needs to figure out what error it's handling.

Re: Gambas: Visual Basic on Linux

#15
This is fantastic. I've lamented the lack of a good GUI and environment for making desktop apps since VB 4, but it looks like they never went away.

Gambas looks fantastic, and exactly as easy to develop with as I remember VB 4 being. I can't say I can stomach the language it uses, but something like this for Python would be a godsend.

Re: Gambas: Visual Basic on Linux

#18
post #10

Earlier quoted context omitted.

Not everyone is jumping into Github.

No but everyone should jump away from SourceForge after the shady crap they pulled. Gitlab is also a thing.

SourceForge has now long been under a different ownership then when the shaddy crap happened. Since ownership changed there has been no shaddy behavior.
Post reply on HN