yoga is a programming language created in 2020 by Trevor Blackwell.
#4893on PLDB | 4Years Old |
Yoga is purely functional, meaning that every function takes inputs and returns outputs, without any side effects. Yoga programs have an implicit main loop, which is run every time a hardware sensor reports new values. It then propagates updates through the program like a spreadsheet. Yoga鈥檚 lexical syntax is close enough to JavaScript that you can use JavaScript syntax highlighting in your editor.