Are continuations portable? Specifically, could a continuation be serialized and sent across the network to be resumed elsewhere?
If that were possible you could potentially do some very interesting stuff with breaking down the barrier between client and server. I experimented with this idea a few years ago using Scala (which has a compiler plugin that does something similar to this project), you can learn more about these ideas here: http://swarmframework.org/
Are continuations portable? Specifically, could a continuation be serialized and sent across the network to be resumed elsewhere?
If that were possible you could potentially do some very interesting stuff with breaking down the barrier between client and server. I experimented with this idea a few years ago using Scala (which has a compiler plugin that does something similar to this project), you can learn more about these ideas here: http://swarmframework.org/