Xojo

Last updated
Xojo
Developer(s) Xojo, Inc.
Stable release
Xojo 2023R3.1 / October 25, 2023;3 months ago (2023-10-25) [1]
Operating system
Available inEnglish
Type Programming
License Freemium
Website xojo.com

The Xojo programming environment and programming language is developed and commercially marketed by Xojo, Inc. of Austin, Texas for software development targeting macOS, Microsoft Windows, Linux, iOS, Android, the Web and Raspberry Pi. Xojo uses a proprietary object-oriented language. [2] [3] [4]

Contents

History

In 1996 FYI Software, founded by Geoff Perlman, bought CrossBasic, [5] [6] [7] which had been marketed by its author Andrew Barry [8] as a shareware product. CrossBasic got its name from its ability to compile the same programming code for the classic Mac OS and the Java virtual machine (although the integrated development environment was Mac only). A public beta was released in April 1996. [9] [10] The CrossBasic name was trademarked by another company, so the product was renamed REALbasic. [11]

Prior to version 2, the Java target was dropped and later replaced with a Windows target and database support. [12] [13] The option to compile for Linux [14] was added in 2005 and the integrated development environment (IDE) was ported to Windows and as a free public beta for Linux platforms. The new IDE employed a redesigned user interface. [15]

In 2004 REAL software announced the "Made with REALbasic Showcase" program to highlight applications created with the product. [16] In 2009, a migration assistant was launched to help move code from Visual Basic. [17] In 2010, to combat the perception that it was similar to the original BASIC, it was renamed Real Studio. [18] [19] The company announced Real Studio Web Edition, allowing developers to compile web applications without the knowledge of multiple web technologies. [20]

On June 4, 2013 the company officially changed their name to Xojo, Inc. and Real Studio was renamed Xojo. [21] Also on this date they released Xojo 2013 Release 1 which included an all-new user interface, full support for Cocoa on OS X, improved support for web applications, all new documentation and a new Introduction to Programming Using Xojo textbook [22] that was designed for beginners to learn the fundamentals of object oriented programming. [23] Xojo, Inc. calls it "the spiritual successor to Visual BASIC". [24] [25]

The Xojo IDE is currently available for Microsoft Windows, macOS, 32-bit x86 Linux, [26] and can compile 32-bit and 64-bit applications for Windows (Windows XP and higher), macOS (running on Intel or Apple silicon Macs using the Cocoa frameworks), x86 Linux, iOS, Android, the web, and Raspberry Pi. Xojo is self-hosted: the Xojo IDE is built with the current release of Xojo. [27] The 2015r3 release includes 64-bit support for Desktop, Web and Console targets as well as a new platform, Raspberry Pi. [28] [29]

Xojo added many new features in 2018 and 2019, including support for macOS and iOS light/dark modes, [30] [31] [32] a GraphicsPath for drawing Bézier curves, and a new DateTime class.

In 2020, Xojo introduced a [33] new web framework, which is a ground-up re-write that adds modern-looking new controls, support for Bootstrap themes, two layout modes and more. The new web framework takes advantage of all that modern web browsers have to offer, providing a more robust foundation [34] to build responsive web apps.

Xojo has ranked [35] among the top 100 most popular programming languages as published by TIOBE, [36] a company which rates the quality of software.

Timeline

1990s

2000s

2010s

2020s

Editions of IDE

The Xojo IDE is free to use for learning and development. Compiling or deploying applications with Xojo requires a license. Multiple license levels are available for purchase, enabling Desktop, Web, iOS and Android. Xojo Pi for building applications for Raspberry Pi is free.

Licenses can be purchased a la carte, in any combination required and include 1 year of access to new releases. Xojo Pro, a bundle offered by Xojo, includes the ability to compile for Desktop, iOS, Android, Web and Console, along with technical support, access to consulting leads, and a license that will work on three machines. Xojo also has a Pro Plus license that includes everything in Xojo Pro, plus additional support benefits and can be installed on up to six devices (for a single user). [54]

The default database used with Xojo is SQLite.

Unlike most programming environments, project source code is not stored in plain text files by default, but in a proprietary, single-file format. However, source code can be saved to a plain-text format for use with version control systems and can be exported to XML format as well.

Xojo Cloud

On March 11, 2014 Xojo launched Xojo Cloud, their cloud hosting service for Xojo web applications. [55]

Example code

The Xojo programming language looks similar to Visual Basic.

The following code snippet placed in the Open event of a Window displays a message box saying "Hello, World!" as the window loads:

// Display a simple message box that says "Hello, World!" MessageBox("Hello, World!") 

This code populates a ListBox with the values from an array:

Varnames()AsString=Array("Red Sox","Yankees","Orioles","Blue Jays","Rays")ForiAsInteger=0Tonames.LastRowIndexListBox1.AddRow(names(i))Next

See also

Related Research Articles

In computing, cross-platform software is computer software that is designed to work in several computing platforms. Some cross-platform software requires a separate build for each platform, but some can be directly run on any platform without special preparation, being written in an interpreted language or compiled to portable bytecode for which the interpreters or run-time packages are common or standard components of all supported platforms.

C++Builder is a rapid application development (RAD) environment for developing software in the C++ programming language. Originally developed by Borland, as of 2009 it is owned by Embarcadero Technologies, a subsidiary of Idera. C++Builder can compile apps for Windows, iOS, macOS, and Android. It includes tools that allow drag-and-drop visual development, making programming easier by incorporating a WYSIWYG graphical user interface builder.

<span class="mw-page-title-main">Delphi (software)</span> General-purpose programming language and a software product

Delphi is a general-purpose programming language and a software product that uses the Delphi dialect of the Object Pascal programming language and provides an integrated development environment (IDE) for rapid application development of desktop, mobile, web, and console software, currently developed and maintained by Embarcadero Technologies.

Object Pascal is an extension to the programming language Pascal that provides object-oriented programming (OOP) features such as classes and methods.

<span class="mw-page-title-main">Free Pascal</span> Free compiler and IDE for Pascal and ObjectPascal

Free Pascal Compiler (FPC) is a compiler for the closely related programming-language dialects Pascal and Object Pascal. It is free software released under the GNU General Public License, with exception clauses that allow static linking against its runtime libraries and packages for any purpose in combination with any other software license.

<span class="mw-page-title-main">Lazarus (software)</span> Free cross-platform integrated development environment for Free Pascal

Lazarus is a free, cross-platform, integrated development environment (IDE) for rapid application development (RAD) using the Free Pascal compiler. Its goal is to provide an easy-to-use development environment for programmers developing with the Object Pascal language, which is as close as possible to Delphi.

<span class="mw-page-title-main">Adobe AIR</span> Cross-platform runtime system for building rich web applications

Adobe AIR is a cross-platform runtime system currently developed by Harman International, in collaboration with Adobe Inc., for building desktop applications and mobile applications, programmed using Adobe Animate, ActionScript, and optionally Apache Flex. It was originally released in 2008. The runtime supports installable applications on Windows, macOS, and mobile operating systems, including Android, iOS, and BlackBerry Tablet OS.

NS Basic is a family of development tools developed and commercially marketed by NSB Corporation in Toronto, Ontario, Canada for iOS, Android, Microsoft Windows, MacOS, Linux, BlackBerry OS, WebOS, Newton OS, Palm OS, Windows CE and Windows Mobile.

Basic4ppc is a programming language originally for Pocket PC handheld computers running Windows Mobile operating system, by Anywhere Software. Since 2014, B4x was renamed, and currently, 2023, supports multiple devices and their OS, including desktop and mobile solutions with development adaptions for these environments. The language is based on a BASIC-like syntax, taking advantage of Microsoft's .NET technology, to allow additional libraries, graphical user interface design of windows forms, rapid application development (RAD), and .NET framework compatible compilation. The language implements a unique way of adding objects to a program without being object-oriented. Its advantages are simplicity, development pace and the integration with .NET framework. A special version of the integrated development environment (IDE) allows developing straight onto the Windows Mobile device or. With the demise of Windows Mobile operating system and the devices running it Basic4PPC came to the end of its life in about 2012. For owners of Basic4PPC it remains a useful Windows-desktop BASIC compiler as it runs code directly in the Windows environment and it can compile a project to a Windows 'exe' file for use as a Windows program.

<span class="mw-page-title-main">Hollywood (programming language)</span> Programming language

Hollywood is a commercially distributed programming language developed by Andreas Falkenhahn which mainly focuses on the creation of multimedia-oriented applications. Hollywood is available for AmigaOS, MorphOS, WarpOS, AROS, Windows, macOS, Linux, Android, and iOS. Hollywood has an inbuilt cross compiler that can automatically save executables for all platforms supported by the software. The generated executables are completely stand-alone and do not have any external dependencies, so they can also be started from a USB flash drive. An optional add-on also allows users to compile projects into APK files.

Meme IDE is a software platform for developing mobile applications.

<span class="mw-page-title-main">Mono (software)</span> Computer software project

Mono is a free and open-source .NET Framework-compatible software framework. Originally by Ximian, it was later acquired by Novell, and is now being led by Xamarin, a subsidiary of Microsoft and the .NET Foundation. Mono can be run on many software systems.

Codename One is an open-source cross-platform framework aiming to provide write once, run anywhere code for various mobile and desktop operating systems. It was created by the co-founders of the Lightweight User Interface Toolkit (LWUIT) project, Chen Fishbein and Shai Almog, and was first announced on January 13, 2012. It was described at the time by the authors as "a cross-device platform that allows you to write your code once in Java and have it work on all devices specifically: iPhone/iPad, Android, Blackberry, Windows Phone 7 and 8, J2ME devices, Windows Desktop, Mac OS, and Web. The biggest goals for the project are ease of use/RAD, deep integration with the native platform and speed."

<span class="mw-page-title-main">B4X</span>

B4X is a suite of rapid application development IDEs and proprietary programming language that allows the creation of applications on the following platforms: Google Android, Apple iOS, Java, Raspberry Pi and Arduino. Although the B4X syntax is very similar to BASIC, it is an entirely new language.

Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications from a single codebase for any web browser, Fuchsia, Android, iOS, Linux, macOS, and Windows. First described in 2015, Flutter was released in May 2017.

<span class="mw-page-title-main">Collabora Online</span> Online office suite based on LibreOffice

Collabora Online is an open source online office suite built on LibreOffice Technology, enabling web-based collaborative real-time editing of word processing documents, spreadsheets, presentations, and vector graphics. Optional apps are available for desktops, laptops, tablets, smartphones, and Chromebooks.

This page details the history of the programming language and software product Delphi.

References

  1. Xojo: Downloads
  2. Xojo (December 9, 2014). "Xojo, Inc. Announces Xojo 2014 Release 3; Includes Support For Developing Native iOS Applications". Xojo. Retrieved 2014-12-09.
  3. prMac (December 9, 2014). "Xojo Includes Support For Developing Native iOS Applications". prMac. Retrieved 2014-12-09.
  4. Lorenzo, Mark (May 15, 2018). The History of The Basic Programming Language. Philadelphia: SE Books. p. 160. ISBN   978-1-974-27707-0.
  5. "REALbasic-NUG". lowendmac.com.
  6. "REALbasic development history of cross-platform development tools". databaseskill.com.
  7. "Yes, Virginia, There Is a REALbasic". tidbits.com. 17 August 1998.
  8. Neuburg, Matt (2001). REALbasic: The Definitive Guide. "O'Reilly Media, Inc.". ISBN   9780596001773.
  9. "Operator Headgap Web Conferencing". headgap.com.
  10. "CrossBasic: Shareware BASIC Environment".
  11. "Upgrade Guide" (PDF).
  12. "REALbasic 2.0 Shipping". 19 April 1999.
  13. "REALbasic 2.0 Standard Edition Review". Archived from the original on October 29, 2013.
  14. "Real Software on Linux". jupiter broadcasting.
  15. at 09:19, Tony Smith 15 Jun 2005. "REALbasic 2005 ships for Mac, WinXP, Linux". www.theregister.co.uk. Retrieved 2019-12-19.{{cite web}}: CS1 maint: numeric names: authors list (link)
  16. "MacObserver".
  17. "REALbasic launches Visual Basic Migration Assistant".
  18. "Upgrade Guide" (PDF). ...hearing a development environment with the word "basic" in the name caused many of your colleagues' eyes to roll...Some developers found they were no longer battling the reputation of BASIC while others were confused because we continued to call the language itself, REALbasic.
  19. "REALbasic Name".
  20. Frank, Ohlhorst (June 2011). "3 Tools to Accelerate Web Development". IDG . Retrieved 2011-06-17.
  21. Xojo (June 4, 2013). "Xojo Press Releases". Xojo. Retrieved 2013-06-08.
  22. Xojo (June 4, 2013). "Review: Xojo Book Download Page". Xojo. Retrieved 2013-06-04.
  23. Xojo (June 4, 2013). "Xojo Release Press Release". Xojo. Retrieved 2013-06-08.
  24. "Xojo: Alternative to Visual Basic". Xojo is the spiritual successor to Visual Basic...the programming language will look very familiar to you
  25. Proven, Liam. "Nostalgic for VB? BASIC is anything but dead". The Register. Retrieved 30 March 2023.
  26. Barr, Joe (August 4, 2005). "Review: REALBasic 2005 for Linux". Linux.com. Archived from the original on 2006-03-29. Retrieved 2010-02-09.
  27. Xojo (December 9, 2014). "Xojo, Inc. Announces Xojo 2014 Release 3; Includes Support For Developing Native iOS Applications". Xojo. Retrieved 2014-12-09.
  28. "XDC 2015 Recap". May 6, 2015.
  29. "Xojo 2015 Release 3 Now Available Recap". October 20, 2015.
  30. "Xojo 2018 Release 3 Adds Support For Mojave Dark Mode | MacOSX News" . Retrieved 2019-12-19.
  31. "Xojo 2019 Release 3 adds Dark Mode support for iOS 13". MacTech.com. Retrieved 2019-12-19.
  32. "Xojo 2019 Release 3: saját appok sötét módban, további extrákkal". Techwok (in Hungarian). 2019-12-19. Retrieved 2019-12-19.
  33. Xojo: Xojo 2020r1 Adds New Web Framework, PDF Support
  34. From Anthony: My Adventures with Web 2.0 – GraffitiSuite
  35. "TIOBE Index | TIOBE - The Software Quality Company". Tiobe Index. 2021-06-07. Retrieved 2021-06-07.
  36. "TIOBE Index | TIOBE - The Software Quality Company". 2019-08-29. Archived from the original on 2019-08-29. Retrieved 2019-12-19.
  37. "Yes, Virginia there is a REALbasic". 1998-08-17.
  38. "REALbasic 2.0". 1999-10-01.
  39. "REALbasic 3.1 for Mac OS X arrives". 2001-03-22.
  40. "REALbasic 5- with Mac and Windows support - previewed". 2002-10-01.
  41. "REALbasic 5.5 adds Linux, enhances Mac support". 2004-02-25.
  42. "Start Programming Free with Xojo". 2013-06-11.
  43. "Xojo 64-bit apps and Raspberry Pi". 2015-10-20.
  44. Xojo: Xojo MVP Program
  45. Xojo: Xojo Design Awards
  46. Xojo: Xojo 2021 Release 1 Adds 275+ Improvements to Popular Xojo Programming Language and IDE
  47. "Xojo Adds General Improvements To Cross-Platform Software Development Environment". Cision. PR Newswire.
  48. Lefebvre, Paul. "Xojo Android Pre-Release is now in testing". Xojo Blog. Xojo, Inc. Retrieved 19 November 2021.
  49. "Xojo: Latest Update to Development Environment and Programming Language Xojo Adds Ability to Build Apps for Windows ARM'". Xojo. Retrieved 26 July 2022.
  50. Proven, Liam. "Nostalgic for VB? BASIC is anything but dead". The Register. Retrieved 6 May 2023.
  51. Zeedar, Marc. "The Last XDC?". xDev Magazine. Retrieved 6 May 2023.
  52. "Xojo Empowers Developers with Android App Building Support in Latest Release". Xojo, Inc. Retrieved 9 August 2023.
  53. Krypczyk, Veikko. "Cross-Plattform-Entwicklung mit dem RAD-Tool Xojo". Dev Insider. Retrieved 9 August 2023.
  54. Xojo (June 4, 2013). "Xojo Store Information". Xojo. Retrieved 2013-06-08.
  55. "Xojo Announces Xojo Cloud For Deployment Of Web Apps". Mac News. March 11, 2014. Retrieved 2014-03-13.
  56. Xojo Cloud Databases: Add, Connect & Manage – Xojo Programming Blog