On Thu, Feb 14, 2013 at 6:58 PM, CW Alston <cwalsto...@gmail.com> wrote:
> Have folks done any further work in this direction?

I used to have a continuation based web framework in Factor. I have
and old document about it here:

<http://double.co.nz/factor/cont.txt>

This was eventually replaced when Furnace was developed and Slava
added support for continuation like mechanisms:

<http://docs.factorcode.org/content/article-furnace.asides.html>
<http://docs.factorcode.org/content/article-furnace.conversations.html>

If you're looking to marshal continuations the issue I came across was
avoid serializing the entire global state. I recall having some
success using the serialization vocab and ensure all words in
quotations were in the target image where the word was being
deserialized. I was able to serialize/deserialize a running space
invaders game for example:

<http://www.bluishcoder.co.nz/2006/09/serializable-gadgets.html>

Chris.
-- 
http://www.bluishcoder.co.nz

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to