[racket] response/xexpr missing?

From: David Van Horn (dvanhorn at ccs.neu.edu)
Date: Fri Jan 14 15:53:52 EST 2011

On 1/14/11 3:48 PM, Alexander Asteroth wrote:
> Hello,
>
> I'm trying out the racket web-server. Unfortunately response/xexpr seems to be missing in the current distribution of DrRacket.
> When tryint to run the example code I always get the following error message:
>
> 	expand: unbound identifier in module in: response/xexpr

I think this is a new feature that's only available in git or the 
nightly builds:

Welcome to DrRacket, version 5.0.99.6--2011-01-07(-/f) [3m].
Language: racket [custom]; memory limit: 1024 MB.
 > (require web-server/http/xexpr)
 > response/xexpr
#<procedure:response/xexpr>
 >

David




Posted on the users mailing list.