[racket] Lazy Request Handler

From: Nathan Breit (nabreit at gmail.com)
Date: Wed Mar 21 05:18:44 EDT 2012

Hi,
I'm trying to implement a Racket web-server handler that does lazy
evaluation. My approach so far as been to try making a evaluator/namespace
that uses the lazy racket, then evaluate a function in it that returns a
lazy request handler. However, I'm running into problems getting the
handler to read the request object. My last resort will be to make a
request serializer and pass serialized requests into the handler, but is
there a better way?
Thanks,
-Nathan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120321/7298d14a/attachment.html>

Posted on the users mailing list.