RosettaCodeData/Lang/REALbasic/00DESCRIPTION

12 lines
774 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
{{Language|REALbasic
|strength=strong
|safety=safe}}
{{implementation|BASIC}}{{IDE}}{{Compiler}}
{{language programming paradigm|Object-oriented}}
2013-10-27 22:24:23 +00:00
'''REALbasic''' (or '''RB''') is a [[BASIC]] compiler for [[Windows]], [[Mac OS]], and [[Linux]], made by [http://www.xojo.com/ Xojo, Inc.] It has its own [[IDE]], and projects are saved to a proprietary binary format. Unlike most BASICs, REALbasic is heavily object-oriented.
2019-09-12 10:33:56 -07:00
As of June 2013, the language, IDE, and company have been re-branded as [[Xojo]].
2013-04-10 22:43:41 -07:00
REALbasic is not compatible with other BASICs, for the most part; examples from other BASICs usually have to be completely rewritten to work in RB.
[[wp:REALbasic|The Wikipedia article]] has lots of information about REALbasic's history, capabilities, and features.