elerea icon indicating copy to clipboard operation
elerea copied to clipboard

Serialisation of program state

Open cobbpg opened this issue 14 years ago • 0 comments

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.

cobbpg avatar Dec 15 '10 21:12 cobbpg