Jay,<br><br><div class="gmail_quote">On Fri, Jun 8, 2012 at 1:06 AM, Jay McCarthy <span dir="ltr"><<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>></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'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've replaced "let/cc" and "let/ec" with "call-with-serializable-current-continuation", and now I am getting this error:<br><br>current-continuation-marks: no corresponding prompt in the continuation: #<continuation-prompt-tag:web><br>
<br>I tried introducing uses of "call-with-continuation-prompt" and "(make-continuation-prompt-tag 'web)" out of luck. I don't really understand what the error means.<br><br><br>Can I use "serialize" from "racket/serialize" on continuations made with "call-with-serializable-current-continuation"?<br>
<br><br>Thanks,<br></div></div><br clear="all">Rodolfo Carvalho