I find REALbasic excellent for building programs in the shortest amount of time. You think of an idea, you code it.
It's really…basic…my ideas almost translate to code on the fly no need to worry about memory management etc (but still need to declare).
I haven't found myself limited by it at all (which probably says something about my experience
), I like the way it handles oop, it's really simple. There are a lot of very useful built in functions and classes (as opposed to traditional BASIC where you'd have to find the libraries?). Your own classes can inherit from supers which is really good too, saving a lot of time (original Basic doesn't have oop). I feel REALbasic makes oop really simple to grasp.
Also I've never programmed traditional sequential type BASIC so can't comment on how it compares.
REALbasic is no match with C in terms of performance (or compiled file sizes for that matter), but it's great for RAD very very good.
I'm currently learning C++ (not using a GUI yet, just Terminal in Xcode), I think for quick projects or spur of the moment ideas, I'm always going to go back to REALbasic, it's just so good.
It's really…basic…my ideas almost translate to code on the fly no need to worry about memory management etc (but still need to declare).
I haven't found myself limited by it at all (which probably says something about my experience
Also I've never programmed traditional sequential type BASIC so can't comment on how it compares.
REALbasic is no match with C in terms of performance (or compiled file sizes for that matter), but it's great for RAD very very good.
I'm currently learning C++ (not using a GUI yet, just Terminal in Xcode), I think for quick projects or spur of the moment ideas, I'm always going to go back to REALbasic, it's just so good.