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
____________________ Racket Users list: http://lists.racket-lang.org/users