Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Xojo

Xojo - Programming language

< >

Xojo is a programming language created in 1996.

#298on PLDB 27Years Old 596Users
0Books 0Papers 570Repos

The Xojo programming environment is developed and commercially marketed by Xojo, Inc. of Austin, Texas for software development targeting macOS, Microsoft Windows, Linux, iOS, the Web and Raspberry Pi. Xojo uses a proprietary object-oriented BASIC dialect, also known as Xojo.. Read more on Wikipedia...


Example from hello-world:
Function Run(args() as String) As Integer Print "Hello World" Quit End Function
Example from Linguist:
#tag Toolbar Begin Toolbar MyToolbar Begin ToolButton FirstItem Caption = "First Item" HelpTag = "" Style = 0 End Begin ToolButton SecondItem Caption = "Second Item" HelpTag = "" Style = 0 End End #tag EndToolbar
Example from Wikipedia:
Dim names() As String = Array("Red Sox", "Yankees", "Orioles", "Blue Jays", "Rays") For i As Integer = 0 To names.UBound ListBox1.AddRow(names(i)) Next

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Print() Debugging ✓ Print
Line Comments ✓ //
// A comment
Comments ✓
Semantic Indentation X
gnuplot.html · xojo.html · sgml.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com