Category:Xojo: Difference between revisions

From Rosetta Code
Content added Content deleted
(Fixed site link)
No edit summary
 
Line 8: Line 8:
|site=http://docs.xojo.com}}
|site=http://docs.xojo.com}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Object-oriented}}
[[wp:Xojo|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.
[[wp:Xojo|Xojo]] is an object-oriented, multi-platform language developed by Xojo, Inc. Xojo uses its own IDE and has the ability to create native desktop and console apps for Windows, macOS, iOS, Linux, and ARM-based Raspberry Pi as well as web apps (HTML5/JavaScript).


Prior to 2013, it was known as Real Studio and Realbasic.
Prior to 2013, it was known as Real Studio and REALbasic.


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

Latest revision as of 19:28, 23 April 2020

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
Type checking: Dynamic, Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Xojo.

Xojo is an object-oriented, multi-platform language developed by Xojo, Inc. Xojo uses its own IDE and has the ability to create native desktop and console apps for Windows, macOS, iOS, Linux, and ARM-based Raspberry Pi as well as web apps (HTML5/JavaScript).

Prior to 2013, it was known as Real Studio and REALbasic.

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