XOD (programming language)
Paradigms | Declarative, dataflow, functional reactive, visual |
---|---|
Developer | XOD Inc |
First appeared | 2016 |
Stable release | 0.38.0
/ March 12, 2021 |
Platform | Arduino, Raspberry Pi |
License | GNU Affero General Public License 3.0 |
Website | xod |
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
- ↑ "XOD: A New Open Source Visual Programming Language" (in en-US). TrendinTech. 2017-08-31. http://trendintech.com/2017/08/31/xod-a-new-open-source-visual-programming-language/.
- ↑ "XODlang – Medium". https://medium.com/xodlang.
- ↑ "XOD-powered Rechargeable Solar Lamp" (in en). Instructables.com. http://www.instructables.com/id/XOD-powered-Rechargeable-Solar-Lamp/.
- ↑ "Raspberry Pi gets new visual programming language" (in en-GB). Electronics Weekly. 2017-06-01. https://www.electronicsweekly.com/blogs/distribution-world/raspberry-pi-gets-new-visual-programming-language-2017-06/.
- ↑ "Visual Development with XOD" (in en-US). Hackaday. 2017-08-13. https://hackaday.com/2017/08/13/visual-development-with-xod/.
- ↑ "XOD is a Visual Programming Language for Arduino, Raspberry Pi, and other Maker Boards". 2 June 2017. https://www.cnx-software.com/2017/06/02/xod-is-a-visual-programming-language-for-arduino-raspberry-pi-and-other-maker-boards/.
- ↑ Verma, Adarsh (2017-06-22). "XOD: A New And Open Source Visual Programming Language For Arduino, Raspberry Pi, Etc." (in en-US). Fossbytes. https://fossbytes.com/xod-programming-language-raspberry-pi-arduino/.
- ↑ "xodio/xod" (in en). https://github.com/xodio/xod.
- ↑ Warner, Tommy (2018-01-15). "Create a Self-Driving Robot – Part One". https://medium.com/xodlang/create-a-self-driving-robot-in-xod-part-1-8f0cdf8adac7.
External links
Original source: https://en.wikipedia.org/wiki/XOD (programming language).
Read more |