Xojo: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 9: Line 9:
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Object-oriented}}
'''Xojo''' is an object-oriented, multi-platform language made by [http://www.xojo.com/ Xojo, Inc.] Xojo uses its own [[IDE]] and has the ability to create native desktop apps for Windows, OS X and Linux; web apps (HTML5/JavaScript) and native iOS apps.
'''Xojo''' is an object-oriented, multi-platform language made by [http://www.xojo.com/ Xojo, Inc.] Xojo uses its own [[IDE]] and has the ability to create native desktop apps for Windows, OS X and Linux; web apps (HTML5/JavaScript) and native iOS apps.

It was previously marketed under the name REALbasic.


[[wp:Xojo|The Wikipedia article]] has lots of information about Xojo's history, capabilities, and features.
[[wp:Xojo|The Wikipedia article]] has lots of information about Xojo's history, capabilities, and features.

Revision as of 21:38, 16 February 2016

Language
Xojo
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Garbage collected: Reference counting
Parameter passing methods: By reference, By value
Type safety: Safe
Type strength: Strong
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Xojo.
Xojo is an example of an Integrated Development Environment, a class of software which typically combines enhanced editing and debugging features.
Xojo is an example of a compiler. You may find the programming tasks that have been solved using it here.

Xojo is an object-oriented, multi-platform language made by Xojo, Inc. Xojo uses its own IDE and has the ability to create native desktop apps for Windows, OS X and Linux; web apps (HTML5/JavaScript) and native iOS apps.

It was previously marketed under the name REALbasic.

The Wikipedia article has lots of information about Xojo's history, capabilities, and features.