Difference between revisions of "YOLOL"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=== How it works? === | === How it works? === | ||
YOLOL code is written to and executed from YOLOL chips, and can be used to monitor and control electrical [[Devices and | YOLOL code is written to and executed from YOLOL chips, and can be used to monitor and control electrical [[Devices and machines|devices]] connected to the [[Data networks|data network]] the chip is connected to.<br> | ||
Lines of code are executed in sequence from top to bottom, repeating the cycle of the chip after the last line has been executed, unless the script includes instructions for specific line changes, or stopping code completely.<br> | Lines of code are executed in sequence from top to bottom, repeating the cycle of the chip after the last line has been executed, unless the script includes instructions for specific line changes, or stopping code completely.<br> | ||
Revision as of 08:42, 18 March 2019
Summary
YOLOL is the programming language used to control and manage electric devices.
The code is written on lines in chips which are then inserted to chip sockets, that read and relay their messages.
With YOLOL, it's possible to control almost any device within the known universe.
Basic information
How it works?
YOLOL code is written to and executed from YOLOL chips, and can be used to monitor and control electrical devices connected to the data network the chip is connected to.
Lines of code are executed in sequence from top to bottom, repeating the cycle of the chip after the last line has been executed, unless the script includes instructions for specific line changes, or stopping code completely.