XOD (programming language)

From HandWiki
XOD
ParadigmsDeclarative, dataflow, functional reactive, visual
DeveloperXOD Inc
First appeared2016; 8 years ago (2016)
Stable release
0.38.0 / March 12, 2021; 2 years ago (2021-03-12)
PlatformArduino, Raspberry Pi
LicenseGNU Affero General Public License 3.0
Websitexod.io

XOD is a visual programming language for microcontrollers, started in 2016. As a supported platform, XOD started with Arduino boards compatibility and Raspberry Pi.[1][2][3][4][5][6] It is free and open-source software released under the GNU Affero General Public License, version 3.0.

Basics

The basic elements of XOD programming are nodes. XOD is based on functional reactive programming principles and provides graphical flow-based application programming interface. XOD can compile a native machine code for the low-ended controllers. A node is a block that represents either some physical device like a sensor, motor, or relay, or some operation such as addition, comparison, or text concatenation. XOD is also able to let the user build up some missing node using other nodes, without switching to textual programming.[7][8][9]

Analogs

Node-RED and NoFlo are the closest analogs of XOD.

References

External links