Jay,<br><br><div class="gmail_quote">On Fri, Jun 8, 2012 at 1:06 AM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

If you write in<br>
<br>
#lang web-server/base<br>
<br>
then you will get serialization continuations, but none of the Web<br>
libraries. The transformation isn&#39;t really Web-specific.<br><br></blockquote><div><br><br>I could not useĀ  #lang web-server/base on Racket v5.2.1 (Windows). #lang web-server works (probably bringing in more than the necessary).<br>

I&#39;ve replaced &quot;let/cc&quot; and &quot;let/ec&quot; with &quot;call-with-serializable-current-continuation&quot;, and now I am getting this error:<br><br>current-continuation-marks: no corresponding prompt in the continuation: #&lt;continuation-prompt-tag:web&gt;<br>

<br>I tried introducing uses of &quot;call-with-continuation-prompt&quot; and &quot;(make-continuation-prompt-tag &#39;web)&quot; out of luck. I don&#39;t really understand what the error means.<br><br><br>Can I use &quot;serialize&quot; from &quot;racket/serialize&quot; on continuations made with &quot;call-with-serializable-current-continuation&quot;?<br>

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