Visual Basic for Linux / Go - Mono

  • Thread starter Thread starter Fan of P2P
  • Start date Start date
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...
 
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
 
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


 
* (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.
 
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
 
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


 
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
 
Back
Top