vote up 7 vote down star
2

As a Windows and web developer of 12+ years and an "at home" Mac user, I'm wondering if it's worth it to get the REALBasic for personal use. I've often wanted to dabble in development for OS X; I know VB, Java, C#, but not C, C++, or Objective-C. I don't have a specific project in mind and haven't been motivated to learn Objective-C, so I'm wondering if RB would be easy and good enough to get me started with some small apps.

Here are my concerns/questions:

  • I haven't heard much about REALBasic in the "real world" - there is only one question on stackoverflow tagged with "realbasic" - so, is it a viable development environment, or is it just a "toy" language/IDE?

  • Are there any quirks or gotchas with apps written/compiled with RB?

  • Are there any commercial apps out there that are written in RB?

flag

80% accept rate
1  
My spam senses are tingling... – Rich B Jan 8 at 17:44
2  
Nah, I don't think so. He didn't say "Is RealBASIC as awesome as everyone says???" :-) – mhenry1384 Jan 8 at 17:47
1  
I concurr. If it's spam, it's one of the most well disguised spams I've seen, though. – Kevin Dente Jan 8 at 17:49
1  
It's not spam. Sorry about the link -- didn't realize that was a no-no. – MDRoz Jan 17 at 20:42
1  
Excellent question as I learned something new. Not everything is spam. – Optimal Solutions Apr 17 at 18:10
show 10 more comments

10 Answers

vote up 9 vote down check

$50 is not much money these days and REALbasic Personal is absolutely worth it. It's a bargain, even. For what you say you want to do, it should be perfect.

The current versions of REALbasic are quite robust. They can save projects in text file format for use with source control. I use it with Subversion on multi-person teams every day. It's fully object-oriented, has introspection capabilities, has had extension methods for years (C# only got them in .NET 3.0), includes SQLite as its built-in database and much more.

There are downsides of course. It doesn't yet create Cocoa apps (they are Carbon right now), it doesn't have as many built-in controls as some other IDEs, it uses quite a bit of RAM and it's harder to automate builds than it should be. Still, REALbasic is a far cry from a toy language. It's just saddled with a bad name :-)

But, I guarantee you'll have your first OS X app created within minutes of using REALbasic.

link|flag
It also lets you tryout the professional features and if you decide you need them it's easy to turn them on when you upgrade. You can't go wrong. – bruceatk Nov 1 at 1:56
vote up 0 vote down

Java comes with every Mac OS X, it comes with native bindings for Cocoa (although they're not kept up to date since 10.4 I believe). Personally I've used Java with SWT to develop applications on Mac OS X (that also had to run on a PocketPC device) and I find Mac OS X + PostgreSQL + Eclipse + Java a nice development environment. You also know it - but this may be a reason to not choose it if you use it at work every day :-)!

link|flag
vote up 1 vote down

REALbasic is an excellent environment to use if you wish to create Cross Platform applications, it is far from a 'toy' language. There are many commercial applications written with RB.

The IDE is not the greatest but it is fine and works well with Subversion for Version Control in a team environment.

The availability of the MBS and Einhugur Plugins opens up RB and gives you some very powerful functionality.

All my current commercial apps are written in RB - and no-one has asked for a refund because it was written in RB :-) If the apps do the job asked of them at a reasonable cost then nobody really cares about the language.

It won't cost you much to try it anyway :-) You can see my stuff at the Arten Science website.

Cheers - Steve

link|flag
artenscience.com – stevechol Apr 17 at 18:03
vote up 2 vote down

>> Is REALBasic worth $50?

Yes, definately. Last time I checked it was listed for over 6 times that. I would say, for $50, it is worth finding out for yourself.

>> Is REALBasic a viable development environment?

It all depends, for hobby stuff, and perhaps some small business it can be a great tool, even if just to mockup UI. RB can basically do everything Carbon can so there's not really a clear limit to what you could make it do.

Its hard to recommend REALBasic over Cocoa in Objective-C with Xcode, but I can imagine cases where I would. Your case isn't clear enough to me to make any recommendation.

REALBasic is a lot easier to pick up then the recommended toolchain for Mac OS X, and it has the advantages that it is somewhat similar to VisualBasic, and that it can be cross compiled to Windows and even Linux.

>> Are there any quirks or gotchas with apps written/compiled with RB?

Other than that they seem a larger than I would think they need to be, they are Carbon, not Cocoa

>> Are there any commercial apps out there that are written in RB?

Probably, but I am not aware of any.

link|flag
vote up 5 vote down

As a language, REALbasic is cleaner than most and has idioms that C# has only just added in recent versions (such as extends methods).

The cross-platform framework is very easy to use and well-integrated into the IDE. The integration is so smooth it tends to obscure the true OO nature of the framework and elegant way in which events have been designed into the language - some people dismiss it as a VB6 clone but are very wrong.

The IDE lacks some features compared to Visual Studio but is also far easier to use and with less visual noise. It has a few features, especially the history and navigation, which are superior to Visual Studio and make it surprisingly easy to get around a large project.

The one major point I'd hold against it for hobbyist programming is that it can be quite memory-intensive, running poorly on machines with less than 1GB RAM. Having said that, I use it quite happily on a 1.5GHz, 1.25GB PPC PowerBook 12" (my traveling machine) provided I'm careful what else I'm running at the same time.

I also work in Visual Studio and XCode - neither compares to the ease of being able to fling programs together in REALbasic.

link|flag
vote up 9 vote down

To answer your questions specifically...

I haven't heard much about REALBasic in the "real world" - there is only one question on stackoverflow tagged with "realbasic" - so, is it a viable development environment, or is it just a "toy" language/IDE?

Sure, it's a viable envirnoment for most types of applications. I currently use it at home and at work. I have developed and distributed cross-platform apps across the enterprise assist with our digital asset management efforts, marketing authomation with Applescript, plus a gazillion effective little apps that get me through my day.

Are there any quirks or gotchas with apps written/compiled with RB?

Nothing that a little defensive programming can't take care of and nothing that can't be done until the issues with OS are resolved. But that's the same as it is with most languages.

Are there any commercial apps out there that are written in RB?

Absolutely. But I don't think it's really commonplace for commercial applications to advertise the development environment in which they were built.

@ARKBAN

the code is not in a plain text file. That means you can't really use version control, and you can't have multiple developers work on it -- ever.

This is incorrect and has been for quite a while. REALbasic exports to XML and VCP formats.

I'll spare adding a link to the download page for fear of my response being tagged as spam. I think you'll be able to sort it out from here.

Cheers

link|flag
vote up -4 vote down

I think mono would be a better platform to use in Mac OS X.

The knowledge is easier to transfer, platform more widely used and it's free.

link|flag
If you're writing desktop apps for OSX, you will be disappointed with Mono. And there isn't an IDE that is anywhere near the same class as Visual Studio (though that's true of any language that runs off-Windows). – DannySmurf Jan 8 at 18:23
@DannySmurf: What is wrong with MonoDevelop in your estimation? Certainly it would be better than RealBasic, no? – Rich B Jan 8 at 18:33
MonoDevelop is quite capable, but the look 'n' feel of the IDE is hellish inside OS X. That's not to say Mono is a bad choice, though. – frou Jan 12 at 13:03
MonoDevelop is a great product, just nog on Mac OS X, It is, to my knowledge, impossible to create good looking OS X apps using MonoDevelop, mono unfortunately lacks good aqua (OS X UI) support. – Kris Jan 12 at 13:20
vote up 4 vote down

If memory serves, OpenSong is written in RealBASIC. I've played with the demo, and while there were things that I liked about it, I think that you'd be better off working with something a little more widely distributed.

Its not a "toy" language, and you can do some serious development with it.

link|flag
vote up 3 vote down

If you want to develop simple GUI applications for the supported platforms RealBasic at $50 is a bargain. It's not a state of the art development environment, but for some jobs it's absolutely the right tool.

link|flag
vote up 3 vote down

For at home, personal use, I'd consider it. I've used it before and it's fine for that type of use. However, I can't say I'd have it as my first choice for multi-dev teams, or even large single-dev projects.

link|flag

Your Answer

Get an OpenID
or

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