elerea
elerea copied to clipboard
Serialisation of program state
It should be possible to load/save the run-time state of signal networks. This would open the door to a bunch of interesting features, e.g. undo, replay, or dynamic loading of reactive modules without full recompilation. Unfortunately, the current interface makes this impossible, since everything is forced into lambdas.