vote up 1 vote down star

Is there anything comparable to Visual Basic to use in Ubuntu?

flag
Visual Basic or Visual Studio? – Dykam Sep 21 at 19:13
Is it the equivalent of Windows Forms designer that you would like to use in Ubuntu? – Peter Mortensen Sep 21 at 19:22

7 Answers

vote up 5 vote down

Python perhaps?

Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs.

Also, perhaps KBasic would be of interest.

KBasic is a programming language related to VB.NET, Visual Basic, Visual Basic for Applications, and Java. It combines the best features of those tools and comes with built-in backward-compatibility support for VB, VBA, and QBasic. It also comes with support for VB.NET syntax, functions, and similar objects and classes. It allows developers with an installed base of VB applications to start developing for a mixed-platform environment. KBasic comprises a compiler, an interpreter, and an integrated development environment.

link|flag
I gut feeling makes me believe that he reffers to an alternative for Visual Studio, not Visual Basic. – voyager Sep 21 at 18:09
vote up 1 vote down

I have never used it but you might consider Mono although I am not sure if it will work in Ubuntu.

link|flag
Yeah it seems to work fine on my Ubuntu box. – Jeremy Reagan Sep 21 at 17:29
vote up 10 vote down

Mono supports VB.NET.

link|flag
+1: Although Mono is typically a little behind feature-wise, it's a great alternative in linux. – Ben S Sep 21 at 17:40
vote up 3 vote down

Mono for VB.NET

sudo apt-get install mono-vbnc monodevelop

Gambas is similar to VB 6.0

sudo apt-get install gambas2
link|flag
vote up 0 vote down

There is Theseus for bigFORTH. See also this page - it generates object oriented Forth code.

link|flag
Thanks, everybody. I guess I’ll have to start trying your suggestions to see what comes closest to VB—or pehaps better. – curiosomucho Sep 22 at 6:19
vote up 2 vote down

Kylix, now as Lazarus, if you aren't tied to a Basic variant (its Pascal based)

link|flag
vote up 1 vote down

+1 for Python but DOSEMU+QBasic works as well :-)

link|flag
For the guys above: I meant Visual Basic. dmityogov, I appreciate the tip on DOSEMU. I still use DOS. – curiosomucho Sep 22 at 3:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.