Xojo: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{Language|Xojo |strength=strong |exec=machine |gc=reference counting |parampass=both |safety=safe}} |site=http://developer.xojo.com/reference-guide {{IDE}}{{Compiler}} {{lang...")
 
No edit summary
Line 4: Line 4:
|gc=reference counting
|gc=reference counting
|parampass=both
|parampass=both
|safety=safe}}
|safety=safe
|site=http://developer.xojo.com/reference-guide
|site=http://developer.xojo.com/reference-guide}}
{{IDE}}{{Compiler}}
{{IDE}}{{Compiler}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Object-oriented}}

Revision as of 13:29, 21 August 2015

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.

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