Visual Basic for Linux / Go - Mono

F

Fan of P2P

FYI - www.realbasic.com

They have written a development IDE that enables you to write apps
using a language and environment VERY similar to VB.

BUT, the best thing is, when you compile the app, it can be compiled
for Linux. The app will run on a linux box with no additional
run-times or JIT compilers required. Pretty cool i must say. There
are a few diferences but it is very good.

They even include an app which will convert your VB app to RealBasic,
although I haven't had much luck with it.

Of course, you cannot do Windows specific things, but then you
wouldn't if you want to use the app on Linux. But for things like
database connectivity and scripting, it is first-class. Just a shame
about the price tag. I think they have gone in for the Microsoft
method of pricing. The "lets change lots and lots for this"
mentality...
 
T

Tom Shelton

FYI - www.realbasic.com

They have written a development IDE that enables you to write apps
using a language and environment VERY similar to VB.

BUT, the best thing is, when you compile the app, it can be compiled
for Linux. The app will run on a linux box with no additional
run-times or JIT compilers required. Pretty cool i must say. There
are a few diferences but it is very good.

They even include an app which will convert your VB app to RealBasic,
although I haven't had much luck with it.

Of course, you cannot do Windows specific things, but then you
wouldn't if you want to use the app on Linux. But for things like
database connectivity and scripting, it is first-class. Just a shame
about the price tag. I think they have gone in for the Microsoft
method of pricing. The "lets change lots and lots for this"
mentality...

Or you can use the mbas compiler from the mono project for free...
Nothing like vi and mbas :)

Tom Shelton
 
T

Tom Spink

Hi Tom, I must say I could never get used to vi.. mostly used Pico ;-)
<grins>

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations


 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Fan of P2P) scripsit:
FYI - www.realbasic.com

They have written a development IDE that enables you to write apps
using a language and environment VERY similar to VB.

BUT, the best thing is, when you compile the app, it can be compiled
for Linux. The app will run on a linux box with no additional
run-times or JIT compilers required. Pretty cool i must say. There
are a few diferences but it is very good.

Who needs Linux support? Windows rules.
 
H

Herfried K. Wagner [MVP]

* "Tom Spink said:
Hi Tom, I must say I could never get used to vi.. mostly used Pico ;-)
<grins>

I always preferred (and hated) Emacs.
 
T

Tom Shelton

Hi Tom, I must say I could never get used to vi.. mostly used Pico ;-)
<grins>

I have never used Pico actually... I have used Nano - which I believe
is a Pico variant - though. Personally, I don't like vi - but I love
vim :) There is no doubt that vi takes some getting used to - but once
you do, I can't think of a more powerfull editor (except maybe emacs -
but I just can't get used to it :)

Tom Shelton
--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
T

Tom Spink

Hi Tom,

I've never tried Nano, maybe I'll take a look at it.

The scariest thing when I tried out Emacs was when it waffled on about
buffers :)

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations


Tom Shelton said:
Hi Tom, I must say I could never get used to vi.. mostly used Pico ;-)
<grins>

I have never used Pico actually... I have used Nano - which I believe
is a Pico variant - though. Personally, I don't like vi - but I love
vim :) There is no doubt that vi takes some getting used to - but once
you do, I can't think of a more powerfull editor (except maybe emacs -
but I just can't get used to it :)

Tom Shelton
--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations


 
T

Tom Spink

110% Ack. Saving up for Longhorn are you Herfried?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top