<span>Hello everyone,<br><br>I am writing a small experiment in which I want to persist a 
continuation in an SQLite database.<br>It wasn&#39;t possible to &#39;insert&#39; the continuation directly, so I tried using &quot;serialize&quot; (from 
racket/serialize) but it turned out that continuations are not serializable.<br><br>My program is not a webapp, </span><span>but, since the webserver has a &quot;call-with-serializable-current-continuation&quot;, I thought there could be a way to serialize a continuation.</span><br>

<span>Any advice?</span> Is it something feasible to do?<br><br><br>My code is available at <a href="https://gist.github.com/2893350">https://gist.github.com/2893350</a><br>(In this simple example, I sure could store the internal state of the counter explicitly instead of the continuation, however that misses the point)<br>

<br><br>Thanks,<br><br clear="all">Rodolfo Carvalho<br>