Thread: REALbasic any good?

  1. #1
    Hail to the king, baby. Akkernight's Avatar
    Join Date
    Oct 2008
    Location
    Faroe Islands
    Posts
    717

    REALbasic any good?

    So I randomly a 'Ads by Google' on here and saw this REALbasic thing, so I decided to take a look and it looked interesting. So now I want to know if anyone on here knows anything about this? Has anyone any experience with this?
    It supports C++, using some SDK and it promises that it halves the development time (havn't I heard that one before :P) and it is cross platform, looks interesting.

    here are some links:

    REAL Software: REALbasic for C++ Developers
    REAL Software: REALbasic, Best Development Tool for Mac, Windows and Linux
    Currently research OpenGL

  2. #2
    In my head happyclown's Avatar
    Join Date
    Dec 2008
    Location
    In my head
    Posts
    391
    I recently had to decide between Realbasic and Visual Basic.

    The RB website says there are something like 100,000 RB users worldwide, if my memory serves me correctly. VB probably has millions of users worldwide.

    I decided to go with Visual Basic. More users means more resources dedicated to it, more books, more forums, more sample code, more everything.
    OS: Linux Mint 13(Maya) LTS 64 bit.

  3. #3
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    It failed to interest me. I don't see where it offers any advantages and it would require learning a new syntax. There really isn't anything that C++ can't do so why would I switch?

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    We used REALBasic in high school programming class. I feel it's more like a "teach your kid how to program" kind of language, instead of a "real" programming environment. I guess it's simple and it works.

    You can draw circles and lines with very simple code, but that's about it. It has too little support (third party libraries, etc) to do anything serious, because no one uses it. And it lacks a lot of the more advanced features of languages like C++.

    And it costs a ton.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    When you find that a language is working against you in a project rather than with you it is time to switch languages. I have felt this way with all versions of Basic.

  6. #6
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    BASIC stands for "Beginner's all-purpose symbolic instruction code."

    Enough said.
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In a game Engine...
    By Shamino in forum Game Programming
    Replies: 28
    Last Post: 02-19-2006, 11:30 AM
  2. Good books for learning WIN32 API
    By Junior89 in forum Windows Programming
    Replies: 6
    Last Post: 01-05-2006, 05:38 PM
  3. Good resources for maths and electronics
    By nickname_changed in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 12-22-2004, 04:23 PM
  4. what is good for gaphics in dos
    By datainjector in forum Game Programming
    Replies: 2
    Last Post: 07-15-2002, 03:48 PM
  5. i need links to good windows tuts...
    By Jackmar in forum Windows Programming
    Replies: 3
    Last Post: 05-18-2002, 11:16 PM