You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cadence is a virtual machine environment based upon a graph structure with dependency formulas on the edges. It was originally developed as a prototype for a PhD research project intending to look at ways of increasing program flexibility. The embedded version is a cut down and optimised VM for embedded devices that allows hardware IO to be connected up using the graph and dependency maintenance. A simple C++ API is provided so that custom modules can be added to the VM to support various kinds of hardware and display interfaces.